Memory Pool Memory Pool Refreshing

5,108 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,115 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (15,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,544 892,544 000000000000000000012811ffb93f41f6a33cc0ce306313d1b1416fd62750ff 1.52 MB 3,096 3
892,543 892,543 00000000000000000000399c5823acff0c6d88c54738fd51a0eb2f784d92d16d 1.57 MB 3,178 5
892,542 892,542 00000000000000000000b76b9570cc194e547f0490dfd1e0f51d93f5bdf06751 1.60 MB 3,524 8
892,541 892,541 00000000000000000000cf55f1eedec4b14efaaa34f74c84b00713587d5969b9 1.70 MB 3,871 2
892,540 892,540 00000000000000000000108a9021024a701420db1f8743107906ef33f2daf5db 1.62 MB 4,050 4
892,539 892,539 000000000000000000004782a0d2c095df364e8ac4f05b3bb91a15e49984b662 1.65 MB 4,256 2
892,538 892,538 000000000000000000014a6827066553a29fe5429e37195bf5789f6715a1ff99 1.67 MB 4,284 4
892,537 892,537 0000000000000000000095f3f0f40c4db774f9ed5e8b809b2415e912decbdc40 1.73 MB 3,260 1
892,536 892,536 000000000000000000018b9652004348a7acd60ac000f817457d8f071e2fde93 1.61 MB 4,058 2
892,535 892,535 0000000000000000000112b381a48515018e1e67481eb96d932ef649993fc01c 1.73 MB 4,297 3
892,534 892,534 0000000000000000000079b113e3e9f6cee776afc38e90f9ec9a8c5e4233d94f 1.59 MB 2,831 13
892,533 892,533 00000000000000000001ddb8add9a67c2518b3c3c43ac7753753b22d8a660f37 1.57 MB 3,768 6
892,532 892,532 00000000000000000001604327e3bd01508e258d2dae9b2fc5d14f66f219a119 1.55 MB 3,479 8
892,531 892,531 0000000000000000000029f6d16d62aae4f8df82d75867dc7917ea37fb475993 1.57 MB 3,771 5
892,530 892,530 0000000000000000000157abc0fc27f519eff6dc0ab6b6ab9a44505b737b2802 1.76 MB 3,813 2
892,529 892,529 0000000000000000000124726a7a008337d51b6066318fc55865a313530845ae 1.72 MB 4,458 3
892,528 892,528 000000000000000000000a44f19e718362eab953187063b4d6c2024ecb2aef82 1.73 MB 3,869 5
892,527 892,527 0000000000000000000176186c16e2e5aca13cb43972df64e5896b7d448bed34 1.71 MB 3,755 7
892,526 892,526 00000000000000000000ec1c8235b2892bacbb1ee406560de22cccbe7378c4ed 1.72 MB 4,518 4
892,525 892,525 0000000000000000000147dcf7218a2c197a8798dddd35f589d3c9c108a94fe7 1.59 MB 3,861 2
892,524 892,524 00000000000000000001ac37433d88cce9f621126138fa4839af05276fce36a6 1.76 MB 4,142 5
Previous 10 blocks ↓
Total Size: 769.13 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.77 GB sent, 93.57 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.