Memory Pool Memory Pool Refreshing

3,664 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,659 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (36,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,061 871,061 00000000000000000001f1b5934df2ff73df01f917422beb18f77dc2d591e29c 1.60 MB 3,730 22
871,060 871,060 000000000000000000020e1eff88e07ca1bb0603784b7351438a328825f46951 1.55 MB 3,637 20
871,059 871,059 00000000000000000001542315b3028a61e109ed4e1c082c77f9f63db5f9fb60 1.53 MB 4,584 16
871,058 871,058 00000000000000000001fc476fc16451fad5d583b1c0ab4436346ca084ecbeb0 1.55 MB 5,503 14
871,057 871,057 00000000000000000001865a581b1c100eb4ff1f1c2b8c9bc8655695f2c1808a 1.62 MB 4,095 20
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
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.