Memory Pool Memory Pool Refreshing

10,574 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,778 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (725,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,416 182,416 000000000000063c1ca2f6b1d9752132ca225ff134b0f21363895501d9bde645 0.14 MB 231 98
182,415 182,415 000000000000014479b0b3f92108a0445b3433e17b018e7344ce820b25366583 0.05 MB 142 909
182,414 182,414 000000000000002005b0def0182a9d0fce1a93409049cc07bae0ba32ab1ab841 0.05 MB 73 97
182,413 182,413 00000000000005685b8507f483d408f3457c195c07dfb6e9cf583efb185ae253 0.13 MB 335 133
182,412 182,412 000000000000027d91cb442ff6e49bc5cc89086f2460f1869e349039391f9b23 0.04 MB 100 139
182,411 182,411 00000000000006e9d1d885f4a4106bc4ddbacf6220a4c258171578e04211f30d 0.10 MB 259 114
182,410 182,410 000000000000045fa3117ff24d2d14326000aee7c8a387652acd60eaea8540c4 0.05 MB 128 142
182,409 182,409 0000000000000a7117903b29ec18b504b744d7d10f0af3074add1618741dadb9 0.06 MB 132 271
182,408 182,408 000000000000010ff1827d09495f2f0c647c28863df0c4cba33474588fff4c8a 0.12 MB 268 111
182,407 182,407 000000000000031601e53f55e7275ddcc8aa81abaf3d1f4b605e7117172a2db6 0.02 MB 25 4
182,406 182,406 00000000000005a1722ed0e3041cb79be139ddf74fcf0ae2fd0f78479e08740a 0.03 MB 88 2
182,405 182,405 00000000000003293c65c6b12e9c72763ce7d4775b27169e3f633969f58478b7 0.23 MB 528 137
182,404 182,404 00000000000008c96d6fe41764e4dacc8900ac3588c8bfc7a0d6c0fbc3f55f77 0.02 MB 47 114
182,403 182,403 000000000000080ba690c2804f1d9aee5ad8b822cf22b299390011a04ee755c6 0.01 MB 32 76
182,402 182,402 0000000000000885ae11d8be74e547639dd4c560f72ee428124991fcf1d717a6 0.23 MB 512 117
182,401 182,401 000000000000047dad78df9a6df33e848cd278d46c5fdbebc79598fd8c7b0ff1 0.09 MB 203 191
182,400 182,400 00000000000006bca5f9613129affe05a1433e45d1087fe3109816aad0156a41 0.06 MB 74 88
182,399 182,399 000000000000015bc00f57379ca082fbfe981ca5642d550b9675b13d66442dfd 0.03 MB 66 70
182,398 182,398 00000000000006034da93da957f0f9c7f6e3c0ed95e2487ce10bf5681bd0cc92 0.04 MB 34 23
182,397 182,397 000000000000057119a995277355e6899bee84ef14a5fe8a4d6d81ba5938a308 0.21 MB 498 127
182,396 182,396 0000000000000229fc5345d0f5033e20cd3b965d6ce255c81d5de733a6c7b7fa 0.25 MB 379 98
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.