Memory Pool Memory Pool Refreshing

7,345 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,547 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (401,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
506,441 506,441 0000000000000000002849ebf666e5eccb17e48537def167dd17b4c194cd284b 1.19 MB 1,979 86
506,440 506,440 0000000000000000000bde98f0ab0fa7c6903fc56bd2fca30893fe1c9302c00c 1.04 MB 1,757 235
506,439 506,439 00000000000000000037b6c87f91cba95923312611ce129dd9aa494229caf6e3 1.01 MB 661 43
506,438 506,438 0000000000000000004e6b0978a33f5e3783d4b1afe5761b3488a99568ad7810 1.02 MB 914 91
506,437 506,437 000000000000000000466c793111cf3e52f7e7fd1f9deef4087032190e68e670 1.02 MB 605 48
506,436 506,436 000000000000000000286d473c0d987d917251b7b6117cbf56485478636a9bb7 1.04 MB 1,205 114
506,435 506,435 00000000000000000064823135e96a8790bc1d66639c2203d200202545cf9c0f 1.03 MB 678 74
506,434 506,434 0000000000000000003c744dc6a0bb286f3fb7a44d457caa71570abf1f2f2893 1.00 MB 329 17
506,433 506,433 0000000000000000004971a90e47f36f0fd6f984412ae95834385120fd8368dd 1.04 MB 691 69
506,432 506,432 0000000000000000000660f4c4a2fd5172c00bd7e894e35d5177bc742ab5147a 1.03 MB 1,166 95
506,431 506,431 0000000000000000003f348352ddde751875da5714e0b13da60a71ea08f0c96f 1.00 MB 665 41
506,430 506,430 00000000000000000032e08bc4a00ed386aa3b3717b235a9cc09e985ed665cba 1.02 MB 676 65
506,429 506,429 0000000000000000003350a3762967e49c83bcdab2e1d461a9a5310fe8de04d5 0.36 MB 615 164
506,428 506,428 00000000000000000017447334d0b3692088a7abb97d51e0fc0b3f264cbaaab0 1.03 MB 950 80
506,427 506,427 0000000000000000003e59f3ed3fa5fea46684c99f4f8dcec05957b6adf73139 1.10 MB 2,101 94
506,426 506,426 000000000000000000075fd2f501dcf5acee2676e7ea646124af1f755ac3efec 1.07 MB 1,615 225
506,425 506,425 00000000000000000059548883ef6e53768d4344806a7357d5192e6cd1027a50 0.71 MB 1,101 160
506,424 506,424 000000000000000000496fcff050dab048f104b99111f773c73e9d0c0624980b 1.02 MB 705 56
506,423 506,423 000000000000000000043024a5741ca893c52b5b7d320e04de852db3e8a2a183 1.00 MB 103 5
506,422 506,422 0000000000000000000827581cfb26e57fec765a0728b9cfc4dac821e1585f14 0.59 MB 1,266 106
506,421 506,421 000000000000000000296bb8cbafc38031fa95114b23e7ea38fc6d265e4aafd4 1.04 MB 1,202 75
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.22 GB sent, 94.20 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.