Memory Pool Memory Pool Refreshing

4,256 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (734,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,344 173,344 000000000000040b2966973ea65a8ff047dd7e328c6a32385dd1875bf9ce635a 0.00 MB 1 0
173,343 173,343 0000000000000a240880dae42eea41dd1b91940ae4437b40956f96d986817714 0.00 MB 1 0
173,342 173,342 000000000000076a5c98b55b7789f62ab2f2b1ea169537f37b9491c495589eb9 0.00 MB 12 278
173,341 173,341 00000000000005c92170852e9ba57eae8cccc0a3f4da6761a186f349e04082de 0.01 MB 25 31
173,340 173,340 0000000000000a77e48d3219e5784fe353882d4711867ed51e0c2432df91a023 0.00 MB 9 0
173,339 173,339 000000000000087455d63057cd6278b3141a9f3402d39813ae24c0a74c52da2b 0.01 MB 17 162
173,338 173,338 00000000000008df0a95d3a1ca8d299af306d6eaf919f1f124aed26563cf94f4 0.00 MB 8 49
173,337 173,337 0000000000000aee2a9dcfc0a142501cd68c194fd7c58b56b9a801279ab20334 0.01 MB 49 81
173,336 173,336 00000000000009566e23b55f0208a61979f623946e39c134248fcb244d25f578 0.00 MB 1 0
173,335 173,335 000000000000046dc849153c8803cac5301aae51e5bbd2a54dd8e93356459048 0.01 MB 18 64
173,334 173,334 00000000000008ea6c51c33ea8ced1369b7ec170e730dfbbb32772773c52e239 0.02 MB 36 291
173,333 173,333 00000000000001e7c56b8a07deb999037e2738f7595bfe3ad42c40b5b4196b43 0.05 MB 67 62
173,332 173,332 000000000000095221ec89f27b78336a63185f88aa4aa61ef7a8a1ec25fa6aaa 0.05 MB 133 731
173,331 173,331 0000000000000300cd29c8af5c372b3e7c4acf5db134911888f6df3bdb30454a 0.01 MB 27 308
173,330 173,330 000000000000023c628ea6064084f1b29dfb3ea3c114735f2926fe6b48de2464 0.04 MB 116 94
173,329 173,329 00000000000009f0333ff26a2e66e80e8693509db73149e9c1c6f44b42b9cb57 0.05 MB 178 8
173,328 173,328 00000000000007e631c7c7cde532da96fefd3aa8cd3d2848efd6edcd0b3bf974 0.02 MB 36 163
173,327 173,327 000000000000025b282ceb88298513588902dbea0a741278ee7c3bee5b71b599 0.02 MB 48 233
173,326 173,326 0000000000000934a398efe073150eb0f9926ea1a256cbe9955cb84f2d62fa38 0.03 MB 56 64
173,325 173,325 000000000000068e6c2c3c5e803947f08ce02eda52289c1db4c5f27df1c39545 0.04 MB 78 106
173,324 173,324 0000000000000444b00f54b10ab4f78a55a790db736d2f204295f828c25427ce 0.02 MB 35 114
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.