Memory Pool Memory Pool Refreshing

4,750 transactions
1.74 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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (36,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,067 871,067 000000000000000000006e9fedb7bb3b53d0ef8cb46fedca5d008597ee4b1dff 1.70 MB 3,138 8
871,066 871,066 000000000000000000018006df242b02e5d13c4c45ce46c42841a9d3a3c379be 1.27 MB 1,902 8
871,065 871,065 000000000000000000024b74f2cd4f75435ad91e4c260a274b8d72894336fc7d 1.45 MB 1,760 10
871,064 871,064 0000000000000000000017144a2cff31a47231503e485454e63320d6d14fe6d2 1.48 MB 3,275 11
871,063 871,063 000000000000000000000e692b6902c6173b4c7ddd01708141d90d3ecab20ded 1.56 MB 3,375 12
871,062 871,062 0000000000000000000147a32ffae15a17c005457dd2e2b3833f1c7f3ff28031 1.63 MB 4,256 16
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
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.