Memory Pool Memory Pool Refreshing

2,528 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.73 vMB 2,514 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (530,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
377,330 377,330 00000000000000000f056264a5c14dd563267ec3a93571d7eae9267cbd2fb23c 0.04 MB 83 37
377,329 377,329 000000000000000006ad713be1cf538551f9eec894f0965e94f76a237ea351bc 0.10 MB 245 35
377,328 377,328 00000000000000000850b9cc935ddc654212e89afe06e418db61385bc67482fd 0.14 MB 255 35
377,327 377,327 00000000000000000fa78319c01cc2671cccb6800b90af12dd85e1d5563dec0c 0.51 MB 1,168 44
377,326 377,326 00000000000000000f8f7320db9d9080b5cf3dd2cc28159cd3f129e99a3d0b14 0.34 MB 763 33
377,325 377,325 00000000000000000ac24cc21c9d0564cc47992137c859248a2a97cc6ab8adc3 0.10 MB 160 24
377,324 377,324 000000000000000004a0a577514232db9c41e7b154313b53acbef2801dd98253 0.30 MB 707 40
377,323 377,323 000000000000000003f714f65eee7bb19b244fd613794bba52518eacd9db990b 0.53 MB 1,103 34
377,322 377,322 00000000000000000fd074e1c9336f19066658e7b04e2824717456f5571068cd 0.30 MB 626 40
377,321 377,321 000000000000000001c4f63b0b804a791ca48ab2cf0b4d71ce20d28b3a7da858 0.18 MB 408 44
377,320 377,320 00000000000000000c8209fb4cf7dd390bd13e71e51c24fc6f9d93e7e5e16e10 0.06 MB 86 23
377,319 377,319 0000000000000000085cf40530582d75d72269c191c10b159c6b2228d157e8a3 0.13 MB 220 28
377,318 377,318 00000000000000000a344d9eef3761aef2134bb388d995804bf3d99d501aef44 0.13 MB 192 20
377,317 377,317 00000000000000000e89b880acb2117cb5c7ec1702234ad49b6423d26fbd0c2b 0.27 MB 403 19
377,316 377,316 00000000000000000fd11b4575d8a27193592500beb66ad183258c726831a865 1.00 MB 2,034 36
377,315 377,315 000000000000000004f8cbaab7f9aa395c283542d8e88d623af74797ba40fa9a 0.75 MB 1,023 23
377,314 377,314 000000000000000000434246a00e47e777e9aa3621bf2058504c2f1490e042c0 0.00 MB 1 0
377,313 377,313 000000000000000006ed16f560add38dcf8d30a9a65b6b4c4cc1e0ed38720c04 1.00 MB 2,838 63
377,312 377,312 000000000000000008c3de989e0e5bee91fc5c48e7fc5b6d2556df3b49b6d379 0.70 MB 1,452 38
377,311 377,311 000000000000000010faf3153b5f13f567f0d826aceabfcd33956b01fcb86558 0.59 MB 1,367 43
377,310 377,310 00000000000000000305c72f5fe40bb3cd52daba05041ff67cd13aec242ada8c 0.09 MB 142 16
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.