Memory Pool Memory Pool Refreshing

2,665 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (448,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
459,267 459,267 0000000000000000001628240da3f497f0205f1ad708619822e54b985100c6d8 1.00 MB 1,308 129
459,266 459,266 0000000000000000008b5dde4ce2d9a90a350c32d85957c90ad48a81ed284e6e 1.00 MB 2,009 163
459,265 459,265 0000000000000000010dabe58d1493e9b2132e5e0fd8a5db05ccc18a84fc33bd 1.00 MB 739 123
459,264 459,264 0000000000000000011b524f5c19a3b936e1bc29f58adf08762822762d748cee 1.00 MB 1,457 140
459,263 459,263 000000000000000001c41435db387daae920d681c02ed34970fa990ac630eb2f 1.00 MB 2,488 132
459,262 459,262 000000000000000001bdd643ee033831dd9de631ba5a5c6af020a43b512ee381 1.00 MB 3,655 129
459,261 459,261 0000000000000000024088535283512ac544c2d06b6b5dbad8a4122f453508bf 1.00 MB 2,754 174
459,260 459,260 0000000000000000002ec835e73f3f101644bab5a54f22d7340547270c43353c 1.00 MB 2,586 150
459,259 459,259 000000000000000000ae12ddf24f6e305b17bbbc77769446a430357b1d93ddd7 1.00 MB 2,577 197
459,258 459,258 000000000000000000f2b1e606bf7fdbb5e3a4faf2d759ca9d4b002d23daceac 1.00 MB 2,483 189
459,257 459,257 000000000000000000e4fd59494c5e85dab8bd6899ccaff73a4caaf7100147d5 1.00 MB 1,726 244
459,256 459,256 0000000000000000022fca386d4cb6a521c04823dd605c5b81fa7321df26b3ae 1.00 MB 3,100 117
459,255 459,255 0000000000000000015b95edc635c901fbc2fc0870734351336c333e1720cb91 1.00 MB 2,217 124
459,254 459,254 0000000000000000003580857be175c7d577b85db2e006d5b8914e64abb7871c 1.00 MB 2,631 136
459,253 459,253 0000000000000000015e05ae125e1951fb220b5e46d74f43d594dadf5217159e 1.00 MB 2,055 148
459,252 459,252 000000000000000002153930a3751a7445e9d67cfd63cc36c4ecab6d626b5281 1.00 MB 2,389 176
459,251 459,251 0000000000000000021669a712d0068911989bfb5df3dbc62fbe2acafd66ec7a 1.00 MB 1,211 134
459,250 459,250 000000000000000000878ff7bfe34c95d861e6bb33f28d1f0eef3e999d948ee7 1.00 MB 1,816 145
459,249 459,249 0000000000000000015db7f49c953ff41b28e1d3cffee8b9330e49ea914d3604 1.00 MB 2,409 126
459,248 459,248 000000000000000001d6579012bdd00e3a1c5901528f8a5735123a238755cc8a 1.00 MB 3,256 159
459,247 459,247 000000000000000000f5b72c7cc42b3fa1c7b446f0ebf2a261e3a06b4002a08c 1.00 MB 2,020 133
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.