Memory Pool Memory Pool Refreshing

4,516 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (646,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,520 261,520 0000000000000010840b81a2a68001ff0b2d4bcff9907132cf56d46d51dd377a 0.25 MB 360 64
261,519 261,519 00000000000000181478d4852a80e3c32c4a2104ab2a428a1db7c5d031ee3581 0.25 MB 568 128
261,518 261,518 0000000000000013e9912851727ab8f7fb293a2fb27c394447f661dde306872f 0.47 MB 1,187 142
261,517 261,517 0000000000000019dea9288eecc5e7d2e44af8fd062e3caacf64bbba5b700cfe 0.09 MB 206 82
261,516 261,516 0000000000000009fe1f9f818d88381f2d1de93234824e1bb2c45249f9187d8f 0.16 MB 361 118
261,515 261,515 000000000000000bab924181181afda81a2c2790e6a4c04f5acca1194a093b76 0.22 MB 454 105
261,514 261,514 000000000000001aa719d384af3a6af2715e1339d56fd6603770fd7313dc5933 0.18 MB 400 100
261,513 261,513 0000000000000015f37b0f23af7039ffa5ab21d211df056c384d193a303d718d 0.11 MB 264 123
261,512 261,512 0000000000000005d5254cd928a251d980b16096cafdcee540d4d465ba83ea4f 0.06 MB 128 122
261,511 261,511 0000000000000000c89fac4a3c5d2722deda39066793e2834c6e2f404b9d8487 0.02 MB 59 66
261,510 261,510 00000000000000107051ba17e3121015e234f9d617870c8e6091dde2d6aad97e 0.30 MB 400 76
261,509 261,509 000000000000001a536386695322370f58488da422f9f857fc682f623475df63 0.09 MB 99 53
261,508 261,508 0000000000000002697afb0edf308e064c251d867aae0a6d62909ba118d450e3 0.03 MB 68 154
261,507 261,507 0000000000000001c7dca0185115ff417280a50ebd1f8397ac1066ac61a61b09 0.03 MB 53 28
261,506 261,506 0000000000000016b0b714fb2644e616a9656c858d6e4b3df20fc36d0e98a0b7 0.27 MB 659 130
261,505 261,505 000000000000000b7fad5b4781ab4926310b8ab69a3f0a72dc75557b7cc1abba 0.03 MB 75 117
261,504 261,504 00000000000000099ef3a7479f2d2bec8efae49ec34eb0b578a885069f9e4ee3 0.13 MB 299 69
261,503 261,503 00000000000000189a6feaf415cc4ce4fbb16897492e6f352a6b27d54d7bc406 0.03 MB 81 21
261,502 261,502 00000000000000025ed871ad28acef87847cc2c55e892abc57d7ca53992ba89c 0.10 MB 281 110
261,501 261,501 00000000000000176c3e5d3284a9ad63a7284a54311c65eefe2275b0d81dfdbc 0.06 MB 133 45
261,500 261,500 000000000000001681c5a82b0a0f6a8d74cb92a9a6b13b0bb7812a237c123907 0.38 MB 246 28
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.