Memory Pool Memory Pool Refreshing

2,047 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (177,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
730,537 730,537 00000000000000000009bed54dfe934a12a7bf76f6187796f6a063321887b63b 0.56 MB 1,195 7
730,536 730,536 000000000000000000074158ea32a9fbbdb26615abec865acb1a2f581be75494 0.45 MB 893 8
730,535 730,535 00000000000000000001fc55ddc274becc79867faab29900acd7ab42e7ba4721 1.23 MB 2,010 7
730,534 730,534 00000000000000000006e7839f1afecce842714cb9b05c803e97385eea57dbb9 0.69 MB 1,461 8
730,533 730,533 00000000000000000000a559d62ff87fbd5259ffb6a98b472ebaf18ecd5a8176 0.65 MB 1,234 8
730,532 730,532 00000000000000000004fd7c5f611b15757ae5e120b3688ab82dd669fddf2bf9 0.69 MB 764 4
730,531 730,531 00000000000000000002eed80c074e36c889662dbdf11f6bbe5b21cc76f00794 1.62 MB 2,962 8
730,530 730,530 00000000000000000008e49210f971be06346af157b8ab3e7f22ca851a239d3b 1.51 MB 1,970 6
730,529 730,529 0000000000000000000591413f95124744a2b1fee7d841d251d7eaa26937c3a4 1.33 MB 1,163 4
730,528 730,528 00000000000000000000c9bfb20176be198c0ce74a5ed63a090241af26d1b5ca 1.67 MB 2,386 7
730,527 730,527 0000000000000000000374031c45fe5a2faf959f71f04b95d9674b855e9753de 1.59 MB 1,983 4
730,526 730,526 000000000000000000080f75ed319cf6a2cf4ef33b71739414da2660fc95382d 1.63 MB 2,846 8
730,525 730,525 000000000000000000045ee82ce56e70e01867498acd54efbb4a53397626e1db 1.58 MB 2,506 7
730,524 730,524 00000000000000000005cca552b16f9949e51345565fe66cb50967d1c14a330a 1.67 MB 1,933 22
730,523 730,523 00000000000000000005afb5d4eeb1f6ff3dedc09195d8d251b48e3b193a5067 1.61 MB 2,557 3
730,522 730,522 000000000000000000037be0222e5f00a0e30b65e50c9d0ea3af34c8e80ac324 1.43 MB 3,006 13
730,521 730,521 00000000000000000000d1ddb12d075b4a4e8a37fc6ec1eb80b9f7184fa5a4cb 1.45 MB 945 5
730,520 730,520 00000000000000000000eeeca1b3fd877480ab23a109ba5d3e8f88c5f58a73c8 0.42 MB 664 7
730,519 730,519 00000000000000000007bf1f50bed9dc6f3a6469fc92b929846246cc1f979610 0.64 MB 553 4
730,518 730,518 00000000000000000002c7a15db49cae99b9f347ac6555b7f52b27a02a367de2 1.48 MB 684 3
730,517 730,517 000000000000000000089576fb99e03fb3e4bb370e6b034cede01ffdc245c589 0.07 MB 185 9
Previous 10 blocks ↓
Total Size: 769.56 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,649.28 GB sent, 95.75 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.