Memory Pool Memory Pool Refreshing

1,310 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (851,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,708 56,708 0000000000ad919208d5f970589ae25ac19709377da9c311f1b9220488482745 0.00 MB 1 0
56,707 56,707 0000000004ffe46444a4758e8dc7b99cdcf2a1bf14ddfcbd083686887435babc 0.00 MB 1 0
56,706 56,706 0000000000b44d5aa00838dc7066e225e012145191fe99a3ac951efb36cfa982 0.00 MB 1 0
56,705 56,705 000000000c43f160817c9b09f8ea77e4dda58d5d82e7d403f02201e5fb327a2a 0.00 MB 1 0
56,704 56,704 000000000fd1c8c3c0862dfd51fbbeca6ef68cb20d1c06b46ef0a99803c7ce61 0.00 MB 1 0
56,703 56,703 000000000bdbc2b983c57fbbae505e66843a607874c6ec49adec19de17d90667 0.00 MB 1 0
56,702 56,702 0000000008de6a5ac01142997472cd2df06b5423c6cb1bea2dd35210582994b8 0.00 MB 1 0
56,701 56,701 000000000ba80f9eac42e53aa3f237bf144c7a3d2c97db4c020b2808a74f3e75 0.00 MB 1 0
56,700 56,700 000000000e85ce4a331c054417de618e31b1da0be4d05b359dbfb01d380f7316 0.00 MB 1 0
56,699 56,699 000000000c8275e794200191732711dfa59fabca2db6b04e99207d082d7ce285 0.00 MB 2 0
56,698 56,698 0000000013a001e8a299511c1f17580467e816acb94792ab45fa05d599208fb8 0.00 MB 1 0
56,697 56,697 000000000f40979b704e2c4a97a41f2e1df1bb28eb191de49f7fd059b78db518 0.00 MB 1 0
56,696 56,696 00000000012dac4782e949f9a33b5e4ac901a373ba44a70c595ef97f33a60951 0.00 MB 1 0
56,695 56,695 000000000449031a0a31ba235cde1ce710bc877f45a47a6bb9b9c848e969cd9c 0.00 MB 1 0
56,694 56,694 0000000008ac610917f85fd7cf3f7ec3fb48f21fd3c4cf450b92885fd4aa7764 0.00 MB 1 0
56,693 56,693 0000000011b5bd80a75c3c07a2bb22ac6d2ffefe32a82635d67670b749d4f95f 0.00 MB 1 0
56,692 56,692 000000000996a16a5822ec2728df55e3e05c1c352f8332024bc41e373a305bb1 0.00 MB 1 0
56,691 56,691 000000000a43cb5418feb4818b9b7c07785a96dc52d6e6d3b3504338f73ee527 0.00 MB 1 0
56,690 56,690 00000000061335a84c827eb665433e38311aa5406f46d209ba059f14a40d9d28 0.00 MB 1 0
56,689 56,689 0000000013bddafe3cf1df6617ad8c60a84d5deccf83dc2d38a95c41c575f201 0.00 MB 1 0
56,688 56,688 000000001405a37f5839b265ea9ebce34a1633eaf6466bd40e90b723c0031a8d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,850.80 GB sent, 101.29 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.