Memory Pool Memory Pool Refreshing

12,724 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (613,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,663 294,663 000000000000000058bfb8b7db2f218f07e55a43ce2d3f602d77b632e415ea75 0.50 MB 438 17
294,662 294,662 00000000000000000c8d9b1e1047967dcf7ad60e4c97b7f9a7fac3664f9fb9e3 0.50 MB 775 24
294,661 294,661 000000000000000070fb3b1b630040df144d051e9ec57a2dbb5317129d03778d 0.92 MB 2,658 53
294,660 294,660 0000000000000000192e918642d35a7728a422b8109648b15552ba3110580bcc 0.35 MB 807 40
294,659 294,659 000000000000000094f22b21752fd5d550418d9b75c220cb5343203fc19adf3e 0.21 MB 512 38
294,658 294,658 00000000000000004701de2cb3e24570f39f75a4ce4d7e019cd78359cd111ea8 0.05 MB 64 29
294,657 294,657 00000000000000005ff18187fa56dff7dc62c3658d962425afa76f38956022a0 0.35 MB 973 45
294,656 294,656 000000000000000041f342f0ef216fe38789745ea56bb70ba67820041570dbb4 0.32 MB 496 36
294,655 294,655 0000000000000000a1f2b4d2e39343f403ea24dc9bf649e4933ce6f1074b394f 0.10 MB 256 30
294,654 294,654 00000000000000003598cf8554898caf8a793248f977c259b0162f9bd0b7dc70 0.64 MB 983 34
294,653 294,653 00000000000000006f78ce8e77f0cbd6b0c04b07f8895db4b7cf307b030080f3 0.16 MB 80 8
294,652 294,652 00000000000000003468aff2403e0acbdca4f3f228db090917c7e1d7dc4ccc5c 0.50 MB 1,018 28
294,651 294,651 000000000000000025b1954fcfe9063f2b90b25ea895bfd2d6ca5290a9cbac59 0.25 MB 884 66
294,650 294,650 000000000000000054cd362dbb29d9eabbe7cd97855ef899495348e07be35f81 0.22 MB 187 17
294,649 294,649 0000000000000000b1d624f7a02833e91818c10407e6eb594cb1ce18f945e0b8 0.35 MB 557 31
294,648 294,648 00000000000000008b91a92190b1c30829f0ce3d795de9218833b0e62c2f8461 0.22 MB 512 44
294,647 294,647 000000000000000030d0223b284a315f3a163d18deb220ddc68e5c4aa2632f0c 0.30 MB 1,024 140
294,646 294,646 000000000000000015f8e80618de4b71ec7589373ddd647e8bdfa70a7b96d04c 0.14 MB 302 37
294,645 294,645 00000000000000009726efbbe9dd04d9d8050df31c480db18035dc4c93a0b9e6 0.05 MB 100 33
294,644 294,644 00000000000000004447e91e6511eeaa8da24ce2f29c749d04f3dc5f04fb4f77 0.12 MB 181 33
294,643 294,643 0000000000000000a6caad590504d685be2d4ac76dada5d3ab188d5616f83f28 0.21 MB 335 36
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.