Memory Pool Memory Pool Refreshing

3,614 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,211 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (299,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
608,374 608,374 00000000000000000014786daf2859971e774651a133e0861e14dc0342676f9e 1.16 MB 2,596 12
608,373 608,373 0000000000000000000a48bf74af8bfcef191d6fc5ab455124a48fade677ac18 1.25 MB 2,766 23
608,372 608,372 0000000000000000000a7836b5fff214a8736ab89834f798095b56447f7c4a74 1.25 MB 2,935 13
608,371 608,371 000000000000000000104f19f82dc063c86d52208344bd4384891d19623a135b 1.45 MB 2,430 46
608,370 608,370 0000000000000000000c8af0bf16c6e6dc0ddbbf69d19228cdc63a7c9bfca794 1.36 MB 2,986 28
608,369 608,369 000000000000000000075644574a7b984c25808c8fe96c988c2e7816a162bb23 1.40 MB 3,236 17
608,368 608,368 000000000000000000000729e0e67812a73073a0ed98a619faa6d9f77a6a36bc 1.39 MB 1,609 22
608,367 608,367 0000000000000000000ac94c60df8bfb61840d57799c655c9b41c9da58eea212 1.25 MB 2,590 27
608,366 608,366 00000000000000000013c8f254c7044ceea86b2a390a3e1a9da2d982905a9b67 1.20 MB 2,835 37
608,365 608,365 00000000000000000009269437cb1db4b803698f540ded22cbcbdd5d9818afff 1.18 MB 2,180 13
608,364 608,364 0000000000000000000c8cc83531bed5df318f0948dbeb0fdf0dbee6e415d7ac 1.18 MB 1,745 24
608,363 608,363 000000000000000000080f12fdc3bdfc3f011e73903bcf69b6ad93f86dd07584 1.03 MB 984 61
608,362 608,362 0000000000000000000c4d83c3dedf6cd7b5a29e0f17f14736045dbce47f3b6f 1.38 MB 2,369 26
608,361 608,361 0000000000000000000ba7c1f4768471e36564b7d31fcd344370982dfb44f402 0.16 MB 408 14
608,360 608,360 0000000000000000001168048e4bdc0efcceb779e2951a5c77e2f0dc90276c52 1.17 MB 1,315 6
608,359 608,359 0000000000000000000dafc2b5c3d105ada0b18b01348a5e5abcfaea9de7049c 1.77 MB 499 5
608,358 608,358 0000000000000000000c251f5ad5125a3bb420851d70e537cd17aa4d3383597e 1.52 MB 2,074 10
608,357 608,357 00000000000000000007ccae4b593c7da68af8d225959b391715b7659c995e2e 1.50 MB 1,680 11
608,356 608,356 00000000000000000003ded966a601d3240f7705f60533b8af78d7a0fc082143 1.30 MB 2,004 8
608,355 608,355 0000000000000000000194594e2a29761b26bb9261dba2c17fe24467fe161a71 1.19 MB 2,281 13
608,354 608,354 000000000000000000041eaf7dcabaff5c227c5b61200597f887c9482e2ba85a 1.31 MB 2,720 16
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.