Memory Pool Memory Pool Refreshing

14,214 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,194 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (617,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,663 290,663 00000000000000000a63888d4a1ae28d2a3e43e51e741e901996e6a8989816e9 0.01 MB 18 24
290,662 290,662 0000000000000000f6d5c63f74486e3b9b269cc0b64fcf3fa0b10d06ba4f0a89 0.16 MB 393 42
290,661 290,661 00000000000000001238061ee53f91ff4f9e125dc2a2f5cd45daffcb89ebc1f8 0.05 MB 128 35
290,660 290,660 0000000000000000295afb69c885dfa6aca2ec99ac3b75fc08e951613c5bb470 0.12 MB 168 27
290,659 290,659 000000000000000088216bbc39446545da5928a70b798094f9af103a18f25739 0.31 MB 387 31
290,658 290,658 0000000000000000f32d2945bac794b7249fb010de35ce0acbc044237e6f7f0b 0.03 MB 81 8
290,657 290,657 0000000000000000479db47706da155c99fdee6cd3d31255dd223fdcbb77dc6b 0.13 MB 241 26
290,656 290,656 00000000000000005f6d9cba37367db86c19211d1523bb97c754534b43750a4a 0.07 MB 162 24
290,655 290,655 0000000000000000c664a909728ebe4012b3f3a95f82eac9acaaaa3563d6f7c1 0.16 MB 400 29
290,654 290,654 0000000000000000a59ab11c4f9bce0bf199826dcbeccb6431d82c573f980903 0.16 MB 455 35
290,653 290,653 000000000000000041e2a6818b150f5fc4455b96fe594f6d497fafbcc55b8f8f 0.23 MB 613 41
290,652 290,652 000000000000000080895938bbef0b53041f75727d405a695b238f8e010d332b 0.08 MB 141 32
290,651 290,651 00000000000000006f2c53365cf95aed5dfb44a819980b744f73181beac7b4de 0.21 MB 341 31
290,650 290,650 000000000000000044b2423cdf095c8bc5a95c417281e5db93b867cef3c82146 0.04 MB 168 11
290,649 290,649 0000000000000000c4fe6e0907c80c810debd24720d51e7c7baed983ffbd6cb9 0.10 MB 91 9
290,648 290,648 000000000000000043e78f8a9fdc57d6efa6fd8f93b02ad986890873616c810b 0.04 MB 86 32
290,647 290,647 0000000000000000cf061321ab752987da7e33e6bae520c10d5ed48f3faa2a0f 0.10 MB 92 6
290,646 290,646 0000000000000000b8546b5e37c8b9699359062b317d2aa5e803dfc51a827e55 0.13 MB 354 27
290,645 290,645 0000000000000000a50380e0d3c811d5250ae826aa95bdede6089e5827b48c5b 0.11 MB 225 35
290,644 290,644 0000000000000000c4097d19fbe87eea73e7b606d5fe27f6fb97159409b873bf 0.11 MB 331 27
290,643 290,643 0000000000000000b31658fbd7b82fff41e61fcdb545b659bfa234890cb2a99a 0.31 MB 531 23
Previous 10 blocks ↓
Total Size: 769.02 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.95 GB sent, 92.96 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.