Memory Pool Memory Pool Refreshing

6,970 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (565,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,334 342,334 000000000000000009fab245e2d30c633ff1ba3d377777674537748e8bf23663 0.24 MB 410 21
342,333 342,333 00000000000000000ab969b4e614895ba8467e8334889dafb1c0e1f4e280e292 0.29 MB 504 25
342,332 342,332 0000000000000000192192cb2353d6925640d08309747d4cb678ca7e132b3667 0.68 MB 1,325 26
342,331 342,331 000000000000000015680f66a312aacd19daba9ff968927f194a6645f7b6e4ac 0.14 MB 221 23
342,330 342,330 000000000000000005f48d9d6a09f630a61662bb78f29d48b21ca7040c30f2a0 0.09 MB 129 17
342,329 342,329 0000000000000000037876240c41c910ce5f464b6533f4ea53a13365fce55d1b 0.14 MB 186 19
342,328 342,328 00000000000000001570e6cdd2800f1e69de13c999ed97c9f0a70036584619ad 0.09 MB 128 23
342,327 342,327 00000000000000000b9dfc2663926e05b792ef2ca2a89da9c0c6cbdc9fbca5e8 0.05 MB 94 41
342,326 342,326 000000000000000008ea4453a944536002b59525e1d0482c4099b74613933883 0.33 MB 348 18
342,325 342,325 00000000000000000acc17bf32758d697771c275dd50f9b6865d80f625257617 0.04 MB 123 44
342,324 342,324 000000000000000008c976912620b95477a52bbe2e8d570b70b638590e4d641a 0.29 MB 516 25
342,323 342,323 0000000000000000182ff81793ed0ed9f78182b5ad9cdafb0a0b93eb99793847 0.02 MB 48 16
342,322 342,322 000000000000000002549e54c4fece0d610d36e3685d9c263c846e21d7bd61ce 0.15 MB 366 37
342,321 342,321 000000000000000016268dba93a085bafb1f4a0f0151ac979a5cf57be77bfaa4 0.38 MB 464 22
342,320 342,320 00000000000000001375a443c745cec65ae05912f54138b4d3758e6dbbee2845 0.16 MB 256 31
342,319 342,319 000000000000000012423f4ff12ea7bd4c3428ea2fd485c476b31c7dd2648d92 0.74 MB 1,281 23
342,318 342,318 0000000000000000034c5e98ee46488c8fdaa1ac1e3af6c75684ec7417cbe496 0.17 MB 512 42
342,317 342,317 000000000000000011dd386168bf8670bf840ffe327c38a3e07da90aabc9f51b 0.00 MB 1 0
342,316 342,316 000000000000000018a8bc458a67aae5092de30bfc1c003e8aed069fe6a351c4 0.99 MB 1,867 24
342,315 342,315 0000000000000000026060145157e5a4c92f0b53cca7bd97e050ee6171a713b2 0.90 MB 1,972 30
342,314 342,314 00000000000000000e285b26b20f4059b9a4fd063d71313cf5a19dd942c3567e 0.25 MB 328 20
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.