Memory Pool Memory Pool Refreshing

8,369 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,749 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (8,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,669 899,669 00000000000000000001e33dfc29f56e0737028a30490a0e087c476ab0089e22 1.64 MB 3,074 9
899,668 899,668 00000000000000000001c9e3ea7e83ffd74a601a6fbce5db511ed7465922ef60 1.60 MB 3,363 4
899,667 899,667 000000000000000000003e5d0934af6bcb37d5c844e4e0996ca93d3bd8f94c3b 3.07 MB 1,327 1
899,666 899,666 000000000000000000014ba22a0711b359c526954a1956f8b96818559f22b07f 1.69 MB 3,650 2
899,665 899,665 0000000000000000000201da38291366c295ad1a22d5c60e88271d9ff64d2c71 1.55 MB 3,369 5
899,664 899,664 00000000000000000001ba4985126f3ad7c1d29106e5285aaf2ba6a83322e039 1.87 MB 3,199 1
899,663 899,663 000000000000000000002e2f0613d608c884f8d685739a05c17e3f135ef032f0 1.74 MB 2,769 4
899,662 899,662 000000000000000000005d864aae68acde24ed95fd88205c00922db4ceaca147 1.58 MB 3,494 4
899,661 899,661 00000000000000000000d83ea5ceca7e04b9a1066cd457cebff7a826d231c492 1.61 MB 3,646 4
899,660 899,660 00000000000000000000f33088fa558a73e0bfa757b3577560af41ffc0481a82 1.71 MB 2,184 2
899,659 899,659 00000000000000000001ecadb6d28415bddbf9cffbd722007d3e8f29954d7a45 2.49 MB 1,460 2
899,658 899,658 0000000000000000000164ca749610742147bd0841205c560541d3fa05537af9 1.71 MB 2,459 3
899,657 899,657 000000000000000000009fc332bb12285e1393f24dce38ba36cc6ad162538a55 1.53 MB 2,107 3
899,656 899,656 00000000000000000001b9ca6027b3d564c708df3b782d72eca5beb418f61644 1.63 MB 2,843 5
899,655 899,655 000000000000000000003fbe43d222e5ffbe1db2a28b268a04002e8083d567ad 1.67 MB 2,706 14
899,654 899,654 000000000000000000016cfb74f2a2652c62a3862209a7596ccd56f8086f2818 1.70 MB 3,060 8
899,653 899,653 00000000000000000000b2d8c10ecba47e0f3a816774b6ca689a976fdf4f0cc4 1.54 MB 2,867 2
899,652 899,652 000000000000000000018e9d2aceb580fbe5f200e7052849ada1b43398a0bba3 1.68 MB 3,832 3
899,651 899,651 000000000000000000019a77746c618b98998d3ef1201a6647af70a661c762d2 1.74 MB 3,171 6
899,650 899,650 0000000000000000000201694aa4279fe1187d6593b63da12e1d1c0b82696b9e 1.68 MB 3,696 8
899,649 899,649 0000000000000000000193d00b75cb468404053bd69b196dcbf8ab7f0a089568 1.72 MB 2,604 7
Previous 10 blocks ↓
Total Size: 769.26 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,635.23 GB sent, 94.21 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.