Memory Pool Memory Pool Refreshing

4,695 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,266 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (103,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,814 803,814 000000000000000000042c5e2b0a2a6d8094b35ae4a18f83fe54a0cb6919501f 1.64 MB 2,138 16
803,813 803,813 00000000000000000001f7c445371ac87a11b61843f6faac8283e849a72763b0 2.09 MB 2,817 13
803,812 803,812 00000000000000000003121da46ed2c387da9eaa89efdb373d8ad58c003c4dbd 1.83 MB 1,937 13
803,811 803,811 00000000000000000004f83f32cff9516c36dac1323d6a0e9ea02067054fa9f5 1.50 MB 2,810 22
803,810 803,810 000000000000000000008fdbaf41df9a5a035eb0f931fd244f789436c5986d81 1.41 MB 2,283 20
803,809 803,809 000000000000000000045b2d98109021f7b7903f700a46646c8ea0c51c6e7824 1.95 MB 2,552 16
803,808 803,808 00000000000000000001104526033d27a6b3c55d9b85c98ae2fea569ad277cf7 1.79 MB 2,900 15
803,807 803,807 00000000000000000004d8cf6cef2e0b17468620f22a1363ddcd24aa17681302 1.15 MB 1,164 18
803,806 803,806 00000000000000000001b793e4e9f4aaa37ca015ec07280411f0dbc040ecf308 1.56 MB 3,431 23
803,805 803,805 0000000000000000000437bcbda6f44f478ea5cb200511d1d79ae3484738b2a0 1.38 MB 2,166 24
803,804 803,804 00000000000000000001467b21087859c6e3f834c6ddb65303a4525890f48bfd 1.51 MB 3,329 27
803,803 803,803 000000000000000000011fb6aa37cf194ceb4a06b447a861cf3eab7fd20a7d00 1.53 MB 2,336 34
803,802 803,802 000000000000000000039f2c4501ed583f1e8a3aea2113eb732503b06f5aad11 1.53 MB 3,846 27
803,801 803,801 00000000000000000003edab75eea2415e6e99d9db9eace9da156980cdfca368 1.53 MB 3,184 28
803,800 803,800 00000000000000000000a232866b01c62c9278b13d232cd75b494c445fd30817 1.20 MB 1,541 25
803,799 803,799 00000000000000000003f52c194c2ad60ee0a85ce974d8f2cea42d88262b9d98 1.37 MB 2,712 37
803,798 803,798 00000000000000000000825b8ff080621b2ebc00ee2209897581cdb908434d13 1.82 MB 2,515 23
803,797 803,797 00000000000000000002c71207de394348c764d722caed45e5a5be8e29190ac1 1.80 MB 2,944 28
803,796 803,796 000000000000000000034024245149d3069e4450dfd3e113fe047c943426521d 2.17 MB 2,354 13
803,795 803,795 000000000000000000054d30d35dfabfc2c890d525ab6bb77448d9596b21426e 1.94 MB 2,432 21
803,794 803,794 0000000000000000000162891f39f98d2c650a53096d675b09b58de4c53c8760 1.86 MB 2,854 30
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.