Memory Pool Memory Pool Refreshing

3,724 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
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,972 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (693,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,247 214,247 0000000000000522dcfeb65ec68a9f958245c1cde6a6b11e7265f0b078fe5ca0 0.24 MB 449 157
214,246 214,246 000000000000052b85549c6389eebc51863346a5461a7925d463a4ae715088cb 0.02 MB 36 109
214,245 214,245 00000000000001a41da875c573e1f5350aac8d293b679444af74116b41521dde 0.14 MB 425 188
214,244 214,244 000000000000029987233dfc120ce416986aa35e579fe998e77a258203ecb4eb 0.25 MB 673 255
214,243 214,243 00000000000000d9c7f1caf94ea255246c8332d8605068f4f05c0adc89bad17a 0.26 MB 849 197
214,242 214,242 00000000000000f6682a513771e9f4bd2988030c905e06fc8db47c941fe50725 0.49 MB 1,250 144
214,241 214,241 000000000000027b74ca8c9e19b5a54fbd53871020402589470b2e2b789703b6 0.01 MB 29 1,309
214,240 214,240 000000000000036766ae2a4fe8c513838896af3b8e6bce3cc0a09e8a41be0947 0.25 MB 1,018 265
214,239 214,239 000000000000039fe36cc3759318dd660b542d11ca1d3641595241d7b9073f5c 0.25 MB 388 140
214,238 214,238 0000000000000323d1ffec72b370f0ea60a32ef0c85b6f28423f3b5cc5a0b6d6 0.13 MB 223 146
214,237 214,237 00000000000003e5a0352942f62c9b42b16472522134617263f2cfb4581cf371 0.25 MB 318 135
214,236 214,236 0000000000000290c358bd188a48700ce69cf8b57e5693cc5c4532f0ee13e30c 0.25 MB 928 282
214,235 214,235 00000000000001536ddc4ead0af314d5a9b04bc4a8fa67e637734e448ebccd33 0.00 MB 11 150
214,234 214,234 00000000000001d451190a783db0d4dc049d439c3325b704123d7c51149a89b0 0.02 MB 73 51
214,233 214,233 00000000000004425b90155462a19225f78ff17598028211a558505c2970cc25 0.05 MB 126 164
214,232 214,232 00000000000002d42749aac28bb3b0f3f63c0d76b3f9ec6a20d261672450dc10 0.00 MB 6 322
214,231 214,231 0000000000000160c683396d2dde7dc614a4dd9108a7ae928eba59a7ab480404 0.07 MB 103 143
214,230 214,230 0000000000000520077ad5f15a509425058a74c297b516673f94c7c9c4f7a068 0.06 MB 86 90
214,229 214,229 00000000000002d75f7d4d62b20da5f43b175f64dcd9cc4f82d58e46aeaf62b8 0.24 MB 395 143
214,228 214,228 00000000000004aebb6d2f45f5a195c8a4229ade7bf930138a409bc8c29fcebe 0.36 MB 599 155
214,227 214,227 00000000000000fd5fdad366a2f454fa166b5356d42b48e022ba1d7d287375ad 0.05 MB 143 106
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.