Memory Pool Memory Pool Refreshing

2,943 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (900,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,580 7,580 00000000f13281e1792ffa0dfa5147fb8a602737a15f2227eb341d0204fef65f 0.00 MB 1 0
7,579 7,579 000000004bc858764b741d6f795a2e4c50b313a8e62d574064d2a0890c5e0476 0.00 MB 1 0
7,578 7,578 000000006a34e9e653e8512808515679814f86f0674d9a60ba3cb9d8c6edd475 0.00 MB 1 0
7,577 7,577 0000000095f150c1c42e80c0fc1c76e15263db5622ba58e44c4816d3ecf2bc28 0.00 MB 1 0
7,576 7,576 00000000024cb649bbe6303f9b11d2646b350a34518b0c22070765485765a7e7 0.00 MB 1 0
7,575 7,575 000000007e3905634e9e1aea0ceb71782b58ccc33d12c05c35db2b7d9600c8ec 0.00 MB 1 0
7,574 7,574 0000000090be299a94be58d514ae5284df39d38359a6b3a9492363cdbfb4c7e5 0.00 MB 1 0
7,573 7,573 000000002ca121063a1c4e01f11605a5fa2193972365c26e49439f5081b40acb 0.00 MB 1 0
7,572 7,572 000000007682077f8453fc346491e6eba69684b2641012aadcd3f2c49b581d77 0.00 MB 1 0
7,571 7,571 00000000c24b5993eb0426eb291351037788c32543276f2a8c22c370d4a87bb9 0.00 MB 1 0
7,570 7,570 000000003efb05c7162004191c14b1586054b7628bcc6992fb8415fafb17242c 0.00 MB 1 0
7,569 7,569 000000003f6477514d77ea3f1b068f4aa7f310631a9bad490d9c6fdcd1322f4b 0.00 MB 1 0
7,568 7,568 00000000fc24d06bcf81dbc9a4e24c612bb7535c340260c152e0d854e97ea82b 0.00 MB 1 0
7,567 7,567 00000000eaf6b1e6934d877f9e1a8370208498f604a4ce1695c96c78f987c077 0.00 MB 1 0
7,566 7,566 00000000955f59fd9c3b10139325c0a802630ec1c7bbf308b754465a3485e737 0.00 MB 1 0
7,565 7,565 000000000193bb03ff72944c76f93beffe06056d4dbd7c86d2e5e1569429cffa 0.00 MB 1 0
7,564 7,564 000000009fb6bef410ea5984f830eaf734922a3c7f8793af7d959e9754866d74 0.00 MB 1 0
7,563 7,563 00000000fd759a966080ea6a163e702740501a6e0745f639056a689eb3e94263 0.00 MB 1 0
7,562 7,562 000000000f95bcb1b522c533da5084cfaa8132b9f8014a4b64b811ca6ec379a4 0.00 MB 1 0
7,561 7,561 00000000a8be7f2f4853219fc467223edbf7dc1aaa0d8a35791bda3afbf29914 0.00 MB 1 0
7,560 7,560 00000000705f30762442e7c9434de397708846330836e2c421c05d1e42d72738 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.27 GB sent, 100.38 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.