Memory Pool Memory Pool Refreshing

2,949 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,940 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (491,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,594 416,594 000000000000000001a5aad2361cbcac4a13e270b128649ad7308abb1ceb123f 1.00 MB 2,290 65
416,593 416,593 000000000000000000a80a006708a1f602dcc428d442dd88db93447f5fb1f890 1.00 MB 1,809 43
416,592 416,592 000000000000000004341a58637dbdaec742ecd61dbc325fe49371ae1ef16c94 1.00 MB 2,259 69
416,591 416,591 00000000000000000291ef9480cd7026fe1abc256aea19f4da389f35ad3d9b67 0.93 MB 1,351 34
416,590 416,590 00000000000000000186b9a311569695c0891303d326022766ca52d423017b8e 1.00 MB 2,274 71
416,589 416,589 000000000000000003219c0a3b56833fce20a59e2290518a2dbea79fc54ac8f1 1.00 MB 2,533 75
416,588 416,588 000000000000000004f8a8b8239d171b6813063f540f99425181cccc3f89bf84 1.00 MB 2,536 57
416,587 416,587 00000000000000000508f2a1574416989641aaec6e6381878fe6535cab83c6b2 1.00 MB 2,646 82
416,586 416,586 000000000000000005209d0d19d71ef6f9a4c78c2c3ed52eeaaf17c5fdda474e 1.00 MB 2,999 95
416,585 416,585 00000000000000000454d73cb3b0591f1ff43097e2f1a73d66e47506d2804ac0 1.00 MB 1,786 36
416,584 416,584 0000000000000000051eb78c78f0c088ee6884c678855db75b54fe21eaef9a53 1.00 MB 2,025 49
416,583 416,583 000000000000000004f3a854261555826d730d094be21c7e16374538d888cea8 0.93 MB 1,719 64
416,582 416,582 000000000000000002657c7b7bc9897227bc041276e03ab10dd25eefbf94c9dd 1.00 MB 3,004 65
416,581 416,581 000000000000000002cbdc3aa7b2adb6ef7a232f97fd01dce6e7a218d0bf12c4 1.00 MB 1,667 263
416,580 416,580 000000000000000000d2ff7112de56558fa8795af320a91cb7fbf78e646a02f1 1.00 MB 1,576 68
416,579 416,579 0000000000000000045fa3d6aa0f2d82358e65f67b65597bdd1bb452d64ac7da 1.00 MB 2,521 92
416,578 416,578 0000000000000000021c6081d4176e6ce8589ffef02a611a788c3b2a68dd579e 1.00 MB 1,786 72
416,577 416,577 0000000000000000050d42b4fd3d0c8de058f6f882e1f3b73bb02232df2d53df 1.00 MB 2,174 80
416,576 416,576 000000000000000004f29b4c1c7839cf265ed818b4d16deaf1525074b83c1803 1.00 MB 2,522 65
416,575 416,575 0000000000000000000863bf3f657505038cfe0d4f897d5009c8bf6c9acd48e4 1.00 MB 2,713 82
416,574 416,574 000000000000000001621e1ae3f2ccd5e3d8eaf6c1692dc6960b2778efaab838 1.00 MB 2,224 62
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.