Memory Pool Memory Pool Refreshing

3,636 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,992 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (787,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,065 120,065 0000000000006a4d6fc4465e3693e288fc54326f1b30c07ebd83789a340867e5 0.00 MB 10 336
120,064 120,064 0000000000002125706ab0b4b3362831088e5b9c83f1a1e8029977ba1cebc727 0.01 MB 10 492
120,063 120,063 00000000000092140fd89969c73e04cd911153af2fc266ee29d648c149cbf678 0.00 MB 5 0
120,062 120,062 000000000000523b75dbe2b4d9b4d92dccc5b6f58c4a871604ed5a70b313da86 0.01 MB 27 696
120,061 120,061 0000000000007904218f843ca0a26d30d5cebb8adc70c9ad0925d1f576344ef5 0.00 MB 4 0
120,060 120,060 0000000000000df840c71e8f33fbda03cb30f762416daa69f1437f35cab5d298 0.00 MB 7 553
120,059 120,059 0000000000008287c98cfb6620c1c6a87b44ee0f1f00902f0d288a030be41ea8 0.01 MB 36 275
120,058 120,058 000000000000606212026563ef2504227860760dfa1f9a1e9f05d7c3a39ab78d 0.00 MB 9 0
120,057 120,057 0000000000001bbe53c5cde3e2693392f50449233294fcfe7d642fa5f07a39a4 0.00 MB 9 353
120,056 120,056 00000000000098fd47d85d5bd74045d05839c29b8a84950fc38437ce926dc3b4 0.00 MB 14 621
120,055 120,055 000000000000151ba42b62cbfb124ace55007277b4a0b365146e1ff213ba56d7 0.00 MB 9 293
120,054 120,054 0000000000009cc03e9b033928de6b61a43035084448d0f2b0966bb83f761908 0.01 MB 27 506
120,053 120,053 0000000000007a66b7c251f1f04184297e7055136f9daf9e1f1bc2f37bfd3420 0.00 MB 13 582
120,052 120,052 000000000000b432a2eb9292125f0345d81056b1b373841d8898b98479ea5bf1 0.00 MB 7 333
120,051 120,051 0000000000007be3bbeb269312edb8b1e195b53aac1fbe99c57a91cedd7fa20e 0.00 MB 16 1,702
120,050 120,050 00000000000075d19a2b74b1a11b46e6a4593342033de9529c46870a81d413ae 0.00 MB 10 724
120,049 120,049 0000000000001c49a2450bd5ce245942a52bc9caf368b8d36ec648d11f6745bc 0.00 MB 2 0
120,048 120,048 0000000000006710e1c8640b93b56080401b5aae036d33db14957cbab51d7954 0.01 MB 17 583
120,047 120,047 000000000000a1b4d3d49a1bff9abcd8a07988f71a06aad2f13950b50da9e711 0.01 MB 22 1,067
120,046 120,046 00000000000095dfc3345cb3c75a7e2f29181246efa8ef2eaadc4240b4b3440b 0.00 MB 10 706
120,045 120,045 000000000000adef1490b9f1fa43a30284a4e637892c7897e7158f90fe124460 0.00 MB 11 819
Previous 10 blocks ↓
Total Size: 769.13 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,631.13 GB sent, 93.54 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.