Memory Pool Memory Pool Refreshing

579 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (649,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,092 258,092 000000000000000aa81cb0ca160c7a617b0be4300090c3672c88bf2492b4d8df 0.04 MB 45 48
258,091 258,091 0000000000000018cd26029b3b3b8f1b46fce2a9774efebec8c5ff0d49cda4da 0.13 MB 148 59
258,090 258,090 0000000000000014d1db791b0a86ffa002dca060b3cdbf329afd41df7854f284 0.14 MB 174 58
258,089 258,089 0000000000000023caabda3d8af2b56e4cc7ed2ec86ea3f3039e7bc0358b9f19 0.09 MB 145 81
258,088 258,088 00000000000000172ddccc8c8f67a076fce40f6135c07dadcf032ccdc26013e2 0.05 MB 98 88
258,087 258,087 0000000000000023f34c9132c6c437398e849c3ae6db741b0961333b63955303 0.08 MB 87 35
258,086 258,086 000000000000000c81558528735f5138e361c84ab394d005cee3d74f599b1b01 0.25 MB 525 88
258,085 258,085 00000000000000114c8fe2f47c6467f3e497341209d4c0784d25265c2de8cf30 0.23 MB 451 89
258,084 258,084 000000000000001f768fd8a520b528c5939658d3b16c05a59f831e6ce61a3f37 0.06 MB 83 61
258,083 258,083 000000000000000683d80e9bf04f3e00d38582494ad4bbbe6839038730409b03 0.44 MB 447 52
258,082 258,082 00000000000000063149f508421444375b48fb0afa9ac7746cd260d5e5474ca0 0.27 MB 29 15
258,081 258,081 00000000000000241a86251ea0a8d4df1cbaeb60a487f80284acde5ab74498c1 0.30 MB 306 63
258,080 258,080 000000000000000aee19765f372e1be056ea6b79fc353758d7425e4c9007a73e 0.07 MB 88 18
258,079 258,079 0000000000000019497995b0967ab82d672e43f44c4706c8d144bec98b8484cd 0.36 MB 432 714
258,078 258,078 000000000000000b46c6165696a2940bedf2859f075cab17f0e1be460add3aa4 0.06 MB 128 119
258,077 258,077 000000000000001914679a237728f3b73ce34f5067a5c2e0f8cffccdec59f8f1 0.08 MB 195 99
258,076 258,076 0000000000000001d97a3806661549ba4fec312e0d636c42d0847d3626313f31 0.08 MB 131 77
258,075 258,075 0000000000000023d7e30781622405a70e9502a342ee384b692691d9736912bf 0.03 MB 86 137
258,074 258,074 000000000000001b37f6ff90bcf16f4ef5ac3e37367cef09d50bc27d94a018ec 0.05 MB 32 30
258,073 258,073 00000000000000199768c67f09973898c70c42b305e20876ccf7d0604828bb30 0.02 MB 62 84
258,072 258,072 000000000000001eaca29bf45566e87633f068afb023ad579066e94ad4e739c1 0.13 MB 285 98
Previous 10 blocks ↓
Total Size: 769.15 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,632.38 GB sent, 93.61 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.