Memory Pool Memory Pool Refreshing

7,033 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (597,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,535 310,535 000000000000000015a58ff357709bbc7c82cddd9356c797923524bad5150866 0.27 MB 478 28
310,534 310,534 000000000000000003c245c9bd9e2927ad75a2fe900322a4358061bfc4d309a2 0.15 MB 172 19
310,533 310,533 000000000000000005898be757e37e8a7edc601e05c14774b17a679ed623f2ac 0.18 MB 256 24
310,532 310,532 00000000000000000328e9fea9914ad83b7404a838aa66aefb970e5689c2f63d 0.11 MB 161 24
310,531 310,531 00000000000000001604a9604d6ea1ca6000e59c63f69ffd54dab0befe0e1b19 0.08 MB 200 36
310,530 310,530 000000000000000004921856654234c8b2badcb20e0ae0b19905a071c05b6ad6 0.07 MB 174 41
310,529 310,529 00000000000000002ee18a300620187eb6313bc1a54ccbb225ec07176c5d80de 0.25 MB 453 29
310,528 310,528 000000000000000032745b3feac2dbcf15ebf00b979dbabc060f819312c7e323 0.06 MB 100 24
310,527 310,527 000000000000000012210910525519b68572c5ce0f19bac0d6ab5a156829f5a1 0.09 MB 170 30
310,526 310,526 000000000000000002c04df559e0f1a5faa673eb3957421c07ab89f9cd970ce9 0.35 MB 416 19
310,525 310,525 00000000000000002faa3c27a7f774efea338bbf482988ad084dd84b8c2fdac8 0.40 MB 54 10
310,524 310,524 000000000000000002a3f8596004a5b66b2da897faf3990fbf86d3e051fd30ae 0.92 MB 1,208 28
310,523 310,523 00000000000000003e2e53ddf59fd3b9095b04f601fe7e3a6d3b70920db2c8b9 0.01 MB 41 41
310,522 310,522 00000000000000003d1fac8739a35974c7e459588577a8ffe71f542233fe5c67 0.21 MB 288 24
310,521 310,521 000000000000000036aa5aab2cbeeaa673bc91f2ad2b12745f0db2202e06a3a7 0.04 MB 64 27
310,520 310,520 00000000000000002941550b284964488055bf9bb49984ea2ac82ad3fe550b20 0.02 MB 45 47
310,519 310,519 00000000000000003d6842c83d055cbff8143ece81fae94c17b8f2329195c115 0.10 MB 154 21
310,518 310,518 000000000000000014bb3a71071d2457db97f32043f2ce2ef657a0ead0e18035 0.41 MB 505 22
310,517 310,517 00000000000000000b56297ded7933c2a198780523a8a4c75ced3cb10dcbd3f7 0.02 MB 41 50
310,516 310,516 00000000000000002aef1575f24813a37957a251491a8b15641020baaf837721 0.24 MB 334 25
310,515 310,515 0000000000000000042eb15627f2192f8f51fb71ffb2753664b413d70d1c7ea9 0.09 MB 171 25
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.