Memory Pool Memory Pool Refreshing

1,719 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,708 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (788,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,368 119,368 00000000000030f68e9f9a7f09ed025a2ea8278d49cb802cd88118b2e57a099f 0.00 MB 11 618
119,367 119,367 000000000000b1a452f4d15faa1724723ae77b71c5ff1cb19cfb03add465144c 0.00 MB 2 0
119,366 119,366 0000000000009307b21521ecaaafa6288a0c3760227d96fc518a0a2084710601 0.01 MB 10 176
119,365 119,365 0000000000009841bffd0d3ec246dcd8ee6e376d73d40b3bf57a147b7c95cd2e 0.00 MB 4 623
119,364 119,364 0000000000005f790d499d81ee74b7f515e3e460661a51ec2868536ef1733771 0.00 MB 5 581
119,363 119,363 000000000000a72f56a55e70e8269d99ef2478f091d321e01867c916a5a074f0 0.00 MB 3 0
119,362 119,362 000000000000ad0ecb2b2b307de3ba35d51794e64b8279366e2e4f8c58ab9569 0.00 MB 5 1,269
119,361 119,361 000000000000b365cd1433363da8585125fa501be1c5354415f82535069369a7 0.01 MB 23 705
119,360 119,360 00000000000037550db9a5e22d3d9d46b206dcaf401ec6653ebd23503211598d 0.00 MB 11 597
119,359 119,359 000000000000925f3a3725c12d691f8e6541d1686a083ebf5c8ac554e02e40b5 0.00 MB 13 1,231
119,358 119,358 0000000000006fb90ed4905de0368fbe9a0bf36420d78ada4ae60a81f846e5a4 0.00 MB 8 978
119,357 119,357 0000000000001a2f04b24e1ff9c22dc3549717747dfedd25e9c234b7c9f3acb9 0.00 MB 9 0
119,356 119,356 0000000000009d2bec3a9390df769f8e89f1e1e8c877276ebeaa41beb9bbcc9a 0.00 MB 12 1,169
119,355 119,355 00000000000024ef8cde70a904d1c7ad7b4549094a50820210c092ba125591c3 0.00 MB 14 596
119,354 119,354 0000000000004cc15b85ff30c34ff37b65b112e9cf70d3d6fc920b5b975d005c 0.00 MB 9 1,274
119,353 119,353 00000000000036d336c3e945c6c0db9c07e56044e57e2141632338e3e769d7ff 0.00 MB 6 551
119,352 119,352 0000000000000a1fccdcdd317c113d50caf56184073e2437b9f2a31400b5cf93 0.00 MB 10 822
119,351 119,351 000000000000a7b20774e5c554668c4ede39b60738e849f505f97ce85789d563 0.00 MB 11 1,613
119,350 119,350 000000000000b234de1bca7f4a495479d0076a9b44e12f1908c6acff83615921 0.00 MB 6 0
119,349 119,349 0000000000007df357ebc1ff8ae8ec352fd36e8ee58ef9a51fb017609520d023 0.00 MB 12 912
119,348 119,348 0000000000002a8b3c86b305d3a7950edc69f023a506bd54620edbbc195088fe 0.00 MB 5 1,937
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.98 GB sent, 93.59 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.