Memory Pool Memory Pool Refreshing

1,570 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,540 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (11,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,934 895,934 0000000000000000000030c0f0c7b63a3ce8f826024a667b56050112e39c568c 1.55 MB 3,465 6
895,933 895,933 00000000000000000001bdb993b56d1cf21df96be67e38b157312158a1c87043 1.52 MB 2,680 4
895,932 895,932 0000000000000000000182f350457b9d3b07643368f9ef0ca8a19178d87f920d 1.08 MB 398 4
895,931 895,931 0000000000000000000053a242d524023d3102b0ff620403d8aab48717edcc52 1.42 MB 2,505 6
895,930 895,930 00000000000000000001e9f527a235fb94b313c6ba299d76cb4d87372be27ae6 1.21 MB 1,327 5
895,929 895,929 0000000000000000000211af89c934025cd9f8f0685518ab25fd9d1fb4040299 1.39 MB 2,529 7
895,928 895,928 0000000000000000000166e13e4acf324ad594b490c1c8f918059333d4263247 1.10 MB 683 5
895,927 895,927 00000000000000000000d323ed7860ba62be9f6e5a91838b2be813d7e610fdcd 1.50 MB 2,651 7
895,926 895,926 000000000000000000015d2b9106402faba1ee41b2d64d2f24ed5e9eec310822 1.31 MB 1,325 5
895,925 895,925 00000000000000000000ced439f0708c50d0fc15819b7abde2fc1b1787988d2e 1.36 MB 2,375 6
895,924 895,924 00000000000000000000a559d4e8ab46dcc557002a59dec833ece70cd2323a30 1.55 MB 2,432 2
895,923 895,923 000000000000000000017a69546775594c4a7bd4bef30c68b9506d2aa2845697 1.59 MB 2,968 5
895,922 895,922 0000000000000000000088a96cfd17b0a5c65ef7457a12f05c16b9663deda938 1.49 MB 1,159 2
895,921 895,921 00000000000000000002427cd5ebdac7344ed125ad9ecf90afe6375df7dc4d06 1.61 MB 3,192 3
895,920 895,920 0000000000000000000213e630619be8945d471d06b0395fb6adca797877527d 1.65 MB 3,476 4
895,919 895,919 000000000000000000010632c3cfa0954b4a9e0a540afdad4e65fd5fe7c9d554 1.63 MB 3,150 4
895,918 895,918 000000000000000000014b1615efd21d68781c8b30765b572cdcbdbac22cf438 1.88 MB 1,516 1
895,917 895,917 0000000000000000000185517b32109d488a5f68ad956b90f2a9c1d870e74424 1.43 MB 2,700 3
895,916 895,916 00000000000000000001ed7c01b508b252acef73bb2072e2621b26a215fc7673 1.15 MB 867 2
895,915 895,915 000000000000000000005fd047d125d510037695bd550b92da8f7364bd1279db 1.60 MB 2,458 4
895,914 895,914 0000000000000000000220669bf4c8e2489aa633aa237e9520f8630e644d627f 1.49 MB 3,406 2
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.