Memory Pool Memory Pool Refreshing

215 transactions
0.09 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
3 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
907,746 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,745 (668,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,331 239,331 0000000000000072e1ebc577c03724536db650521b798b2d4c3db7fae9c3e692 0.05 MB 72 106
239,330 239,330 00000000000000d195395189b9a34ea5fdb32dd8d38dbac965526f15b3088c01 0.09 MB 192 183
239,329 239,329 0000000000000093d5027de61615bdb90d73bd15c63f1e388a11b7b1fbfae609 0.11 MB 257 167
239,328 239,328 00000000000000f0ea754cf5d559fb034a32b189ec41a2ae3b7b1ad077d91ece 0.07 MB 128 87
239,327 239,327 00000000000000164aa2908be673c2a2edad73b4474062b7fcb27e6c0558d423 0.08 MB 175 138
239,326 239,326 0000000000000014f106bc72db63b1ee20c5f7c8066a7524df705c3b65398095 0.18 MB 432 159
239,325 239,325 00000000000000ab3310277b7b09214ed5c7eabce837195e18756e1a9c9cef18 0.12 MB 267 162
239,324 239,324 0000000000000070da5be1efcae0daf72070abeae552ab0ab0ebc5e51696cdfd 0.07 MB 219 86
239,323 239,323 0000000000000129e9afab4770610b99d71fd795e90de8560113a6c73e17f08e 0.08 MB 165 142
239,322 239,322 000000000000009111898c3b8d395e376164845c7ddc7509d5cb308a80fec4fb 0.11 MB 249 169
239,321 239,321 00000000000000fb86e1cfe298780f8b1d1bd9b8aabb4cac89aff3c4b0b525b3 0.02 MB 13 75
239,320 239,320 000000000000011f0997ba2d6ef3b255a739e4afb64e8591105d3f206ac59112 0.02 MB 45 117
239,319 239,319 0000000000000061b4a4f264d0253a9720912af700ed9e2e3729ae9acc5ec8c1 0.09 MB 150 46
239,318 239,318 00000000000000a5045b50edea28471441c28aa4cbbde5385ab600e966401ef1 0.15 MB 279 115
239,317 239,317 00000000000000d392c109424b6c9c225ed6fd3d9203f0618587351d10a3ae8e 0.25 MB 601 2,446
239,316 239,316 000000000000005de577b02392fd770a1a1f599934905f77cf904fc362cbf40c 0.23 MB 481 154
239,315 239,315 00000000000001088cc0dfb42b070fada9fe7a091d65099474832accd40eb629 0.10 MB 330 61
239,314 239,314 0000000000000046da2c6f02bf57f3bdc48a08388e0030fc4490f5fc048516e6 0.03 MB 53 188
239,313 239,313 00000000000000fad9c6e515350a1488f1ce92182f81e4dd1e22c7508f54d6c7 0.13 MB 328 1,011
239,312 239,312 000000000000012bb88bbf1b3612066067f88c3d0f6bf976d621303a88ca9be7 0.08 MB 122 131
239,311 239,311 000000000000009643f961d4d8320066b3e206074fd5c511ce6d6c71024b5e8e 0.24 MB 488 1,993
Previous 10 blocks ↓
Total Size: 769.07 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.04 GB sent, 93.21 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.