Memory Pool Memory Pool Refreshing

2,866 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,866 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (57,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,818 849,818 0000000000000000000207876d1b2cedb94aea013cf6fb3e064dab02e0b98118 1.53 MB 3,198 34
849,817 849,817 00000000000000000000e6be14d209fd368159a65499be1a7150a7eb0a09788a 1.63 MB 5,668 8
849,816 849,816 0000000000000000000069d0078b85e581ca2c37904802aea85828eb26f55e03 1.72 MB 3,601 13
849,815 849,815 0000000000000000000185eb507aa7446104f417ec5e1b987f8dd41e060ef057 1.62 MB 4,334 16
849,814 849,814 00000000000000000000529ca6f87a0adcbc44fb331160ae89abe79ab2b41924 1.72 MB 2,758 9
849,813 849,813 000000000000000000004a85cb4c9fa208353cd21349dcf6feb3b21c49349619 1.60 MB 3,429 22
849,812 849,812 00000000000000000002b335f06596f17c83854f341b0742157278546a5da233 1.63 MB 5,860 8
849,811 849,811 00000000000000000000f0cbf028b067483a8ee2554d2ae7eed72de8ff2d9718 1.76 MB 2,355 13
849,810 849,810 00000000000000000003061605be693df05c705be52afb579f9e125a1c0b2acf 1.75 MB 4,489 10
849,809 849,809 0000000000000000000214a7abdae3a9b810a236e3f8f0f4ebb266a963e6dbb3 1.84 MB 2,951 12
849,808 849,808 00000000000000000002ba167327cb8b61e1de904d55da71c0524ff10ec25742 1.72 MB 2,686 11
849,807 849,807 000000000000000000026ea9ace1bdb45a97ac5ee168202937f589d62395cb1e 1.60 MB 4,990 10
849,806 849,806 00000000000000000002f5c124fb8cb65154e5bf27225935b7f62932b8687e01 1.63 MB 6,248 7
849,805 849,805 00000000000000000001e86ed9ceaae4c36ca8ef597824b3ff404fa1119ef2de 1.62 MB 6,188 9
849,804 849,804 000000000000000000010d22e2eb7779b58fc23dd35e38e4b5f05478fe77dedd 1.59 MB 5,484 12
849,803 849,803 00000000000000000002d16a7215b77e4d2ff86156baecb6c4ed1bc4a6bd6304 1.52 MB 6,774 8
849,802 849,802 000000000000000000022c1f2711157383a55fafe12fdf6dfff843789227292e 1.61 MB 6,125 8
849,801 849,801 00000000000000000000b7869dcb3e07d0b80d331ab1dd4cdd2e5b79a1eaa1e3 2.22 MB 3,495 12
849,800 849,800 000000000000000000003b758d4064bdf45a4947e687fba476a799f46cd97ca2 1.60 MB 4,408 18
849,799 849,799 00000000000000000001600169edcb37dd49b5288e06de57d37c1d9287b73a22 1.60 MB 7,619 7
849,798 849,798 000000000000000000008e4421b5065e08e0b39eab0dbcbd88423846fb745b4c 1.75 MB 6,534 9
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.34 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.