Memory Pool Memory Pool Refreshing

38,980 transactions
32.51 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,858 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,381 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,857 (721,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,580 154,580 00000000000007d8bb827b64e2bd6a33b7fdeb035f6cf8fccf14d5767bcaaf35 0.01 MB 8 48
154,579 154,579 0000000000000cd1c00ebfba70fa74f7b439a955f8de46242b4e8e829344979d 0.05 MB 108 102
154,578 154,578 0000000000000a286b2640d03793758ba9984c940af8639ce6bf24f00bfadd7b 0.04 MB 115 7
154,577 154,577 000000000000047511a5cfd01f58643271a3002144216e04e238c3a29d8e66aa 0.03 MB 56 334
154,576 154,576 00000000000000c82a3bb5e6ff882d1d05833cc991c1a37220fd4006b909f18a 0.04 MB 58 192
154,575 154,575 00000000000004f8d278b9e2b274acd42eb62adadcc2b2595632d0194259d28d 0.02 MB 72 448
154,574 154,574 0000000000000402df2cfb58c36c3f727edc79e6128f813729d12d88dc8ea68b 0.00 MB 9 34
154,573 154,573 0000000000000cbaf1dfdcc1e543c8c3a5c2e30a8eb65c79bf4a0c9141aeb5fd 0.01 MB 19 0
154,572 154,572 00000000000003e3d9dea5460c556318b5733b259d59e2667332beadd3c673e4 0.04 MB 85 555
154,571 154,571 0000000000000d6b7ae67aac67daa9c20695b76c5f8ab85f54cae7ffeba947f7 0.00 MB 6 429
154,570 154,570 000000000000003a030bebfa4762b2f6daf32bd951a3e77a4bb0d2574019e913 0.02 MB 52 20
154,569 154,569 0000000000000d8af839cf0fe266f783679f7976e4085e4ec00ea7e933f9c136 0.05 MB 102 399
154,568 154,568 0000000000000a2143e5e6a20a2181c1435dea5cccde0c0d784566bf112a7f40 0.01 MB 9 29
154,567 154,567 000000000000054c3fe1091107d27c2fe6c67f050effd1b8b176568d0b30cdee 0.01 MB 24 37
154,566 154,566 000000000000084e82037de54458213c80487223fcb8a5c7b4e6ff056548f22d 0.01 MB 21 6
154,565 154,565 00000000000000c785183e18f3cfebbf5fd98f4e1b52d6beb922f4a0f5277c1c 0.04 MB 33 703
154,564 154,564 000000000000074b77792ca5237a0be3b395a94cfcf53c32204e7fa28b5c48e0 0.00 MB 1 0
154,563 154,563 00000000000007fd3beb0e91201e9826402b2a90a21a9c6db88d708062a8c34c 0.02 MB 48 8
154,562 154,562 0000000000000659ceb4beaebf79bf5dff5308904fcbcbf29e0fcc47961451b4 0.02 MB 46 99
154,561 154,561 00000000000004ae507096292b97e69f6d740ef7df49238852775cae2093d045 0.01 MB 17 194
154,560 154,560 0000000000000799199db67acbc24aa7b1903677e39da6dfb8e7502259f42dc0 0.00 MB 2 194
Previous 10 blocks ↓
Total Size: 710.22 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: 642.24 GB sent, 13.57 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.