Memory Pool Memory Pool Refreshing

1,115 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,909 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,908 (36,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,056 871,056 000000000000000000020ca4911678b68000102f258ae70d891cabbbf9988a8c 1.56 MB 4,805 16
871,055 871,055 00000000000000000001f5593ca9e825a70969f6f652cfe4574884417bcff501 1.59 MB 4,629 19
871,054 871,054 0000000000000000000129c08b5dff64d96b3675fd1f42e0ba6e1dda52ed8887 1.59 MB 4,540 21
871,053 871,053 000000000000000000013ea543d1b9ff9b1de14f741660d2cd81e586b0a8223f 1.60 MB 4,336 16
871,052 871,052 00000000000000000001c6f977074c1f3b6508840bffa78606cb8f29a6cbf306 1.63 MB 4,483 13
871,051 871,051 00000000000000000001598333f32c5122b2d6ee07894b807f5910e9c02d98ee 1.57 MB 5,260 17
871,050 871,050 000000000000000000027d159c9cd2c4cbd2aaac4fd2e016acff3763294a48e2 1.52 MB 5,774 15
871,049 871,049 0000000000000000000090d59a05e625df3116baa1456dde98803e05169d0b83 1.62 MB 4,042 24
871,048 871,048 00000000000000000000e17b9c658999448a8cab015f365acd4f99a72987936c 1.53 MB 5,116 21
871,047 871,047 00000000000000000000a714bacca30641a319537f1fd16ce675752a0be8521f 1.48 MB 6,326 16
871,046 871,046 0000000000000000000281151658bb52eebc941627ac99559008579fe51c3180 1.53 MB 6,343 16
871,045 871,045 00000000000000000001b14f03718bdbda4891f94098cac177cae8ccd8ee7a32 1.55 MB 6,529 16
871,044 871,044 00000000000000000000d45eb5c5c630ac9b2cb59f75dad89b79527ab63c9e51 1.50 MB 6,298 21
871,043 871,043 00000000000000000000542ac759ad130e0027526ba09027f49ffd909a401e56 1.59 MB 5,628 17
871,042 871,042 00000000000000000001b120e1ddbf2dcfde410e6311b8afbd93c99684a993ce 1.54 MB 6,318 20
871,041 871,041 0000000000000000000140e205168afe30e9d57618122ffc1fde2c410e2da303 1.49 MB 5,605 24
871,040 871,040 000000000000000000020bd500a2ecab74aea02ef92569b521e7fd52627a5f11 1.54 MB 5,190 19
871,039 871,039 00000000000000000001c1f5a0f1864a6dc29d6fc1e7d0e66d5831aaee69e908 1.67 MB 4,242 6
871,038 871,038 00000000000000000000f168b3d5a1e49cba6aa14396a70b2e01a11cf52e29a3 1.54 MB 4,207 11
871,037 871,037 000000000000000000023b698e986707970d12a37e0a51c791695de66e7d352c 1.74 MB 3,526 7
871,036 871,036 00000000000000000000f5746007b23b98ef1b1dc2cbea42caa2ddb261914322 1.42 MB 2,309 7
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.90 GB sent, 94.79 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.