Memory Pool Memory Pool Refreshing

10,190 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,956 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (692,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,047 215,047 00000000000000a7195bb6c0094d5fcc3e7a201e9585631a6c4c2c8aac49c4fa 0.25 MB 622 178
215,046 215,046 00000000000003b8b2a66e85b7f998587916d8e8495c3ffe71a4bac76b23a63f 0.00 MB 9 11
215,045 215,045 00000000000001cc0253852b1d87d4bf16d0949f231e3503e7bf139c4589db5a 0.25 MB 800 214
215,044 215,044 00000000000000975068e7f5d0b83335bd4050d692174b4d8ad3b17802e6226f 0.25 MB 693 190
215,043 215,043 0000000000000229ee901e8fc2bd16bba1f3dfe64bc7833e823d48bda4ad4459 0.25 MB 571 180
215,042 215,042 00000000000000b19b7c7af2a961b9ebe468adaf04986630ec7d388b6aec4f61 0.36 MB 1,067 177
215,041 215,041 00000000000001b24315329c9d4c1df063c97d4532d5b4ddf6d94abb98e820dc 0.00 MB 12 182
215,040 215,040 000000000000025c5ecd38cff3c0663e3aeeba8a418058d4384ddb82793c67d0 0.20 MB 635 249
215,039 215,039 00000000000003d15eccfa7f3f9bf2d5e8aee4e1ceb72f4bba4b6f258bfca3d1 0.27 MB 544 170
215,038 215,038 0000000000000366490c0df446051be6d4bf0b7556c1c9d8bee7a9c468df7ac9 0.17 MB 350 142
215,037 215,037 00000000000002836532b0e5ebcd88c3c90bf0c9287f58a933f2ac308ebee5c0 0.42 MB 763 149
215,036 215,036 00000000000001edcbb40f83abb0312270199fce905717682feebafa2b6f2858 0.02 MB 39 154
215,035 215,035 000000000000002439057b24109d1926f53f4305f38ee94fe53e35401e99f66e 0.03 MB 84 50
215,034 215,034 00000000000003e345fdb9929d823406c005908ecb5c1f3da289239bece6b570 0.22 MB 516 160
215,033 215,033 00000000000001697da0d6fc5da95c1383d047132d2de0fe39f6aa5989dacc32 0.25 MB 518 176
215,032 215,032 0000000000000460592d383b7e7b9838ba305bd02333d50e8f88fc6a4d05b2db 0.25 MB 658 213
215,031 215,031 00000000000002668e03908f902fca5ed2c76d8f0cb247d3b8d4ace114788586 0.25 MB 810 454
215,030 215,030 00000000000000e409a6a70aa393fbc834aeb25e21ab1242d0c4fbe5291a3a8e 0.25 MB 673 231
215,029 215,029 000000000000040fd39315adb972364e8ff16efdab370e277baf645ecb78c85a 0.20 MB 556 212
215,028 215,028 00000000000005445168673918abf857f98a78c9795920c829f23ea0ca85cf4a 0.00 MB 10 355
215,027 215,027 000000000000046c683cd973a2ea46d217d1583497ca8e1a0ba400b5e1395975 0.02 MB 64 185
Previous 10 blocks ↓
Total Size: 769.03 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,625.03 GB sent, 93.02 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.