Memory Pool Memory Pool Refreshing

3,981 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,818 (788,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,606 119,606 0000000000007dd2bf8d859497cad0f05bedbf22b3f572899757c4d65fdd4986 0.00 MB 3 975
119,605 119,605 0000000000006fa8165ae6e3adfea6cf2cbbcbc2601d836c6da7c5c5dc686c17 0.01 MB 13 125
119,604 119,604 000000000000869b5916a68d08649332af6336db50fa3b6e6851f7b5d6462c4a 0.00 MB 11 0
119,603 119,603 00000000000062e1415c142d242464b68e2b03d03888ecfe7bc8d932f7954457 0.00 MB 9 344
119,602 119,602 000000000000b3f38861bd1fbe64e977ce4748fcb8f0e197664c471a81008945 0.00 MB 12 323
119,601 119,601 00000000000051c71d4dcd37e2baa7bea88b7597d24a14d2b372f4f7bff5f7d8 0.00 MB 11 309
119,600 119,600 000000000000ae5ec05f0d8644eb0f0fd5b311dbe117bb2052d3d5e1d2f1ebf7 0.00 MB 13 349
119,599 119,599 000000000000551736e36a8788f4611ed3e6f5fe00fc66a90d00feb35a0e3037 0.01 MB 20 703
119,598 119,598 000000000000125406719e18d05b280c8e7e49e6fee033df0af4d3a228958851 0.00 MB 1 0
119,597 119,597 0000000000008a2825719cfa1e9fc8f1f1ea73c3cd71244ede9093ed014f72e4 0.00 MB 8 0
119,596 119,596 000000000000a414736dda107152c216a5186c0625a1c559a304ba3ca0739923 0.00 MB 12 0
119,595 119,595 0000000000000fff9f7839706483442b89925a1ab3367c731346532d6595c0b5 0.01 MB 24 756
119,594 119,594 00000000000093eee34aa3bc9491b37e10a0e39542c834ce44dfa6452a354a0d 0.01 MB 13 578
119,593 119,593 00000000000025bc5331a10dfd8e881c61f42d6ae2c6894eebdc39493827158a 0.01 MB 11 270
119,592 119,592 00000000000066153cff020cea89c0eafa936cc2a1065ddb72b8845fea028397 0.01 MB 19 896
119,591 119,591 00000000000024a451e00fa76b33052bfc98c88e233f286bbb0ee7956ae0cd48 0.02 MB 28 160
119,590 119,590 0000000000002861f387e2c3bbd87ef3483516deeb472de70f451de0f264124e 0.00 MB 5 0
119,589 119,589 0000000000000b6fce846e6132b1c4846a98da075d8bd6b8232567cba35c2686 0.00 MB 3 0
119,588 119,588 000000000000328ae90a512146da434f4908ceb4e0942758008916d90fb0b85e 0.00 MB 7 0
119,587 119,587 00000000000046b5826b7153916bea58c19b0ef483e3e7fe9e39bd40bd037e85 0.00 MB 1 0
119,586 119,586 0000000000009832a2a69cc328ec825b05486a60db2ccef93bec832aeccede18 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.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.