Memory Pool Memory Pool Refreshing

5,684 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,199 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (627,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,644 280,644 0000000000000001231930f832e84ed20b22a4a02c984aec44e108b3fb25ef27 0.20 MB 395 88
280,643 280,643 00000000000000020a11c0356e98f8a1b370f8412769893befd8bbdf886c5fc0 0.25 MB 427 24
280,642 280,642 000000000000000080f9391837e1cf4efb41981b163a63b87255b7f91528d713 0.03 MB 97 124
280,641 280,641 00000000000000001478b5ef577c442004d5066caf78c1b4fe361406ccb8697c 0.25 MB 536 28
280,640 280,640 00000000000000000fcea0d175785506f4681dc94d1fcf50deeda8082caf1543 0.03 MB 81 1,111
280,639 280,639 0000000000000000db458d95a3967f18a1bd45838a6e691eec157244802b0be3 0.25 MB 676 106
280,638 280,638 000000000000000174b32d089050cb523cc615592c3e3b9e97307fcaa4e61bba 0.03 MB 59 39
280,637 280,637 0000000000000000bf7dfaed0b5b922bdc8b74ac73f9618990540b9b711e223e 0.02 MB 51 26
280,636 280,636 0000000000000000af318e82b1a8de1fe5bdb4b384ae304a652f9ba175502cf0 0.08 MB 155 288
280,635 280,635 000000000000000125f409c83c88d31dfad61437c8c1ce4999ade6fbedc46462 0.24 MB 579 56
280,634 280,634 0000000000000001420d6fcd2fb0b13dfbceb197baaf8d0547b3f35f2903b9cc 0.42 MB 767 28
280,633 280,633 00000000000000003422426ac4883db483ff7ac3eeff0d13ba7303cbb51a990f 0.25 MB 636 56
280,632 280,632 0000000000000001428f84cfc47fd0f9b684e5ac23d0526ccda02e824a29f4aa 0.03 MB 113 242
280,631 280,631 00000000000000009fe85d70700f58a0a44904979b40eb4b05f15ce2c8c03c3e 0.03 MB 88 71
280,630 280,630 00000000000000017aa28ea5ee171597ab8ff4ce9d8898e680b3f39c9a790dc7 0.25 MB 555 61
280,629 280,629 0000000000000002247ba2b82fa14a6ca9700c33a6e77662671e992489efdcdf 0.13 MB 245 42
280,628 280,628 000000000000000214db1ff6a2bd3fc708382ba44ade2cccea0d58c439ac0b04 0.20 MB 325 37
280,627 280,627 0000000000000000676e53dde0ded1a9a4a6a198c464810aa600cef76efbcb5c 0.08 MB 143 25
280,626 280,626 0000000000000001b519b74f9575a6763168d3d5473c4007d9825cbe8fe8443b 0.06 MB 68 15
280,625 280,625 0000000000000000e8e8fe9758f3938353a30843c7144685c319503840b23e4f 0.16 MB 259 39
280,624 280,624 00000000000000010b1a24d0a51d4cdfa9c39c2a7db134a5affade2d43913d63 0.54 MB 1,153 202
Previous 10 blocks ↓
Total Size: 769.25 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,635.09 GB sent, 94.16 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.