Memory Pool Memory Pool Refreshing

2,781 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,224 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,337 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,223 (709,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,606 198,606 000000000000038ad6a174a782db19425c521b4380c75b5b0b5e5ea53e13861c 0.15 MB 314 122
198,605 198,605 000000000000024e8e3696e43ee0136486d35996e2497111cb00d990b7204196 0.04 MB 140 72
198,604 198,604 00000000000000864b87e0a7bd336a9c577272b80af2c209b96a623775d62253 0.19 MB 464 145
198,603 198,603 00000000000004b2afc8e92e9755403ad0ebde9a1a5e4b4c87b4a7bac62e8441 0.04 MB 93 138
198,602 198,602 0000000000000267e08838108bbdfebfff5ebffb41a22dec19e56eb1659cd41e 0.00 MB 11 205
198,601 198,601 00000000000004aa38173e81b517cf1b73b0ee17e53fec7a3a09c15485b8b43c 0.05 MB 148 39
198,600 198,600 00000000000005f174862daf4823ab8235024a1bad6d82e6e8ccf02efcb281a6 0.09 MB 229 154
198,599 198,599 00000000000005c0fab22381b84ff6ef16c48b1be0acc47c987d8029d187ab3f 0.05 MB 93 537
198,598 198,598 000000000000042f020264306ce6aa84de59c1db0806bbc270a388ad6726a039 0.15 MB 187 84
198,597 198,597 00000000000003b0657110b856f46d4ca98653ef5924c9507b1bbee23312daf1 0.05 MB 126 121
198,596 198,596 000000000000043f2bbcb26b4a3e6d04115b2ae59f996a593af95a89d00b7087 0.06 MB 148 123
198,595 198,595 00000000000004c9517cc108a878f62baee979e5a44cfec6ac285f5d5b39f8e5 0.48 MB 1,077 82
198,594 198,594 000000000000006600ccc1cdeb3f7d26f1f99e8606b45ce0b82a0546ab7aff2b 0.00 MB 10 201
198,593 198,593 000000000000048223fa5fa14ca8e464bc2046325b588b7a4653c87046a9a36a 0.05 MB 130 138
198,592 198,592 00000000000006126cab05bea41721509edf14659d857c766ed8cf2165bd86d7 0.15 MB 379 144
198,591 198,591 0000000000000002029b3fc0ebab8cc25ae8debe989e6f0c427f117e9a3e625d 0.00 MB 7 941
198,590 198,590 00000000000001a08a762e84972f485fa55ec8841df64321bb0110ad61bcfb6e 0.05 MB 128 63
198,589 198,589 00000000000003f9bcbde5f4c1538a225204c2ff37602bace256182a838116eb 0.17 MB 374 503
198,588 198,588 000000000000007b5122d8fb497750edf3f034439310fad5b89fc5719f9edef7 0.01 MB 22 145
198,587 198,587 00000000000000a3bd9552f7dce48e4678bd38f067781d3066e66f85d9caf6ba 0.04 MB 93 98
198,586 198,586 00000000000001adcde97a01d31d52a4d05fe6b2bf0ef8b17f43c9f65c8ccd66 0.00 MB 10 15
Previous 10 blocks ↓
Total Size: 770.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,685.60 GB sent, 97.69 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.