Memory Pool Memory Pool Refreshing

102,298 transactions
30.94 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
879,082 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,554 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,081 (628,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,338 250,338 000000000000005bcf151a241b0bd27e7127e0b8d2265d773a73234d1d2bbc98 0.09 MB 179 149
250,337 250,337 0000000000000067f7673ef718423e4915b238a68c249f2ee6e78fbb11549bd8 0.06 MB 164 102
250,336 250,336 000000000000006975e2bb31d2a5c29e6619f979a6e317d9c9bc563741f5c96c 0.06 MB 96 142
250,335 250,335 000000000000001ec532775c38bace1e8e4114047c74f663513b5a2fe30abb8f 0.04 MB 111 158
250,334 250,334 00000000000000169331c8fc3c1faf593d872122aff629489d326c6146ef5b09 0.05 MB 80 90
250,333 250,333 000000000000000880e3c7b35346a0c6f899d6f833fad705416c5ba9a11296ba 0.01 MB 36 113
250,332 250,332 000000000000001862f31f465a947df6851ca944b57fa777834c8cdabd63fdf1 0.03 MB 77 88
250,331 250,331 0000000000000070922afd283d92a729863000378ed2b9e58892250a8b16a942 0.25 MB 663 176
250,330 250,330 00000000000000708afbefff9dc304b23c59f791a7fb01034815fb014ead183f 0.12 MB 255 125
250,329 250,329 0000000000000017684da1a21bea8919add8213990d98182b6fbc94e8883c982 0.01 MB 23 88
250,328 250,328 00000000000000341ab3e41134c575d0291aaeab0d4a22af84dbc9d4876721c3 0.16 MB 434 139
250,327 250,327 0000000000000055c548d8e39ad48022f2796aa7c661f9e81cf346eaa91c8eb0 0.05 MB 104 134
250,326 250,326 00000000000000047f18fc097c4d397b15436937bcbcaacc937421ebaf5a6d8e 0.01 MB 10 42
250,325 250,325 000000000000005afda3a2e61e7a9265707fe3d6f84c2136ce0a1037650e7c93 0.05 MB 115 148
250,324 250,324 000000000000000cad6265caf29e03d400641176569912241bd742950dd559c8 0.09 MB 193 114
250,323 250,323 000000000000001e4c1f07dabb105d67203580b2784f8037bf31d4cf057e1b2b 0.13 MB 329 126
250,322 250,322 000000000000006eec79b9dd2996c163511c20c0df9aada293f6e46580a07a47 0.18 MB 351 89
250,321 250,321 000000000000001ac4ef8d612d12bb6f0044c1c1ee8c68d0eba8a93c0a3af559 0.01 MB 41 240
250,320 250,320 00000000000000699fd3bcc383e704033a2f98b6dd9b49018b11dace87258bf7 0.04 MB 88 166
250,319 250,319 0000000000000007ed14a606e35f35b844d0fb523a0b99860c30d863d45956c6 0.05 MB 101 36
250,318 250,318 000000000000001a08040eb6291133398b2b4e1b7b13d06e3c5b2c5a8ea30c9f 0.13 MB 287 166
Previous 10 blocks ↓
Total Size: 716.51 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,619.28 GB sent, 47.85 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.