Memory Pool Memory Pool Refreshing

1,568 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,218 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,784 (780,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,546 127,546 0000000000002405140939dd2a86c94fcd444012dfb85050ebf59e6ec750502b 0.01 MB 21 176
127,545 127,545 0000000000000e026877e3d7fd547a106f050df42e84194ee34fb423650bcf53 0.00 MB 4 1,642
127,544 127,544 00000000000002dce2e63d21ee3e5d8818e9f581228aa59ca4fd47e4843140c5 0.02 MB 45 981
127,543 127,543 00000000000011ce20a12ab963a99867ad54d3753132beadc45c194ebc48f703 0.00 MB 10 1,032
127,542 127,542 0000000000001bcf50d99619996db1b57617fa13aa0c4376b20cfbcbd948327d 0.03 MB 98 416
127,541 127,541 000000000000192c848ed14b6323b6af228e74d13c579f8da73e5dfa239e6281 0.00 MB 6 2,123
127,540 127,540 000000000000246de1ab92318f7c51ede9e7784428cb8afd3ecd393a05cc7577 0.01 MB 27 618
127,539 127,539 000000000000247c5246fec871835efce339e215f0d9b4e9bad316a472f3804f 0.00 MB 10 1,072
127,538 127,538 000000000000261c38f6059982c5bd08bc59464138c5e79371af39f856e7fe71 0.01 MB 48 1,342
127,537 127,537 00000000000004855f171e0c2f081251667d27684a545217560de373e6e4d6f6 0.01 MB 21 873
127,536 127,536 0000000000001f135c433916d96bc5d32971f4a1cd474112d0ccb6794344b7f5 0.03 MB 52 114
127,535 127,535 000000000000110277ee72e4c6a1f75b317999745287b13a5c2842f5eb7c747a 0.01 MB 16 2,148
127,534 127,534 000000000000161fcc369586db41434aa19a94f95b49b87054b5360c96364c45 0.00 MB 5 0
127,533 127,533 00000000000000d7cc7361919ea726c1ed7a20ed37c3c148130af4b5cfe50b59 0.00 MB 15 1,201
127,532 127,532 000000000000083700f15249a865eafd17e5595ce4884d82427d22eb5a780619 0.00 MB 13 1,248
127,531 127,531 000000000000264623d21546584ad0bd9b13e15969d4c4565773e4e1da64d632 0.01 MB 12 902
127,530 127,530 00000000000003c504374d3324fbb8ca8d08bf94461d42fd053c06806b4d53c9 0.04 MB 131 123
127,529 127,529 000000000000207e9eff4e2329128f7365181a54c80fd32ef7b58a287d1176f2 0.01 MB 26 755
127,528 127,528 0000000000000dce9d9753b1f4a32ffeb5755a0411bc3c6b7a91650c8335df3f 0.01 MB 12 920
127,527 127,527 00000000000002c800f12bb72ddf46a2fe6d4ab119474f4bd1bb34ecaddce759 0.00 MB 9 17
127,526 127,526 000000000000202b167e125e970f8d5ffa81ecf31a4f5509c86f836559a082bd 0.02 MB 57 2,016
Previous 10 blocks ↓
Total Size: 769.14 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,631.83 GB sent, 93.58 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.