Memory Pool Memory Pool Refreshing

429 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 409 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (747,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,239 160,239 000000000000048292e5dcc61c01300d88b1610e2452c7cc92aa03e26db2a190 0.00 MB 7 44
160,238 160,238 00000000000004c1d00eed5eda6974fb69be02a24f7a59827edd789640c6c07a 0.01 MB 20 39
160,237 160,237 000000000000060c34cc5a85ceed8dab563ad85400ed3f8d92979a756d759940 0.00 MB 6 39
160,236 160,236 0000000000000886cc63738ab3029bda126f4c444fa2eb618a8bfc3f4cc7f2fe 0.00 MB 9 18
160,235 160,235 00000000000007551a6cfd610667e107f3c3fdc6c98b9572e5838ec12d04f745 0.03 MB 58 302
160,234 160,234 0000000000000a5ccd5a37c9903b98f7c50237903dd9e2bdf76be4fe250c0936 0.02 MB 33 795
160,233 160,233 00000000000002a620bbf549d305019d76669cdb6377a6135e94b30500d1d2aa 0.00 MB 11 21
160,232 160,232 0000000000000816aedcdbcb4e78ec3f814a0654a5ec93bd6f55ff3fd8455510 0.01 MB 18 1,138
160,231 160,231 00000000000003b753238063359f1b33f048ed3297ec88810e56d9139525ef66 0.02 MB 25 91
160,230 160,230 000000000000067b80493f92681304b3fee07e4aad244609d7595276cb889ba8 0.04 MB 131 141
160,229 160,229 00000000000000b9e7c08cafc912cc8238208adb9679a87aaef7b6e051540133 0.01 MB 21 150
160,228 160,228 0000000000000119cf5ed84ae185cd8013438df3f4eb9893ae9136510c24100f 0.01 MB 21 45
160,227 160,227 00000000000006cd11455234b8b59a35a06d88fe0caa77e059cfef3e1eafe5e5 0.01 MB 15 42
160,226 160,226 0000000000000b3c05b40b53d6e64b0eab64dab77a35e06d3972914e6876303a 0.04 MB 71 59
160,225 160,225 000000000000030fd20f6be57435cd0eea51fd1bd55833a9c9423b5a01fc83fe 0.00 MB 8 833
160,224 160,224 0000000000000a56e4dab522055a96594a89b07f2302af7a71caa2aa39f8752c 0.04 MB 154 4
160,223 160,223 0000000000000af68b72d58a6cbc170010689d71131beba49393e15610646cd8 0.05 MB 119 236
160,222 160,222 0000000000000238e9301e9b33196e42bf0fced6aed902714af645886ae66e8c 0.01 MB 33 98
160,221 160,221 0000000000000e6de9bd132da373efbca423a35d0f54a4ae767b5838103e61d6 0.05 MB 76 324
160,220 160,220 000000000000030011a7716f2384fc0f19fded326e05aac5a643c6e7afb8d998 0.02 MB 41 63
160,219 160,219 00000000000006bb306ab10c8231b509b0b3eeab543d8486bc8eb9c6eff09e0d 0.00 MB 14 16
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.