Memory Pool Memory Pool Refreshing

8,080 transactions
2.59 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
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
907,876 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,746 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (472,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,420 435,420 00000000000000000391db342508b5d4a6ab6a3e3fe5e3c581ee610606764a85 0.42 MB 934 48
435,419 435,419 000000000000000000d79d3d7e600368e4d480c80bea5ca09d7dd61e0283046f 1.00 MB 2,538 69
435,418 435,418 0000000000000000039aebb271a4204492591ffa49e23abd38b0c9d4a7bd08c5 0.97 MB 2,356 63
435,417 435,417 0000000000000000042f7cd701cf7371e777e65354129bbb6776a69e67fc80e6 0.25 MB 518 62
435,416 435,416 000000000000000003fbf827d1941fe67c9fbf1b698f89f55b34ad541b771361 0.99 MB 550 20
435,415 435,415 000000000000000000bdddcdb086d04b8def77bbcfd95208929fc837098c667d 1.00 MB 1,112 22
435,414 435,414 0000000000000000028c2eb87b61bc7aafd4a285a1fa709c202e3c702de19dfe 1.00 MB 1,828 47
435,413 435,413 0000000000000000016f3891f7b9f1ae4eb984c5bd26add95823d1f0081978d2 1.00 MB 1,695 57
435,412 435,412 000000000000000001af3525a020cd2bfc165a8e499658998f58589ad677ebe9 1.00 MB 2,228 60
435,411 435,411 0000000000000000007da0f9cf1286306bb974fd0028fd163dcfd4c8813e98d8 1.00 MB 2,692 76
435,410 435,410 00000000000000000152cd3a2ca9a0e9495d74570a84251e2f653e19c333362a 1.00 MB 2,590 53
435,409 435,409 000000000000000000a6b278653fd9edd1618954d71274372d4421cb2377e066 1.00 MB 2,506 70
435,408 435,408 000000000000000003377981ac0b8b4a3690dc74cccceafceff6e52602743dc3 1.00 MB 2,968 86
435,407 435,407 000000000000000000afef871c2269ec100386ef1472b1fc13e85d0e5e26a283 1.00 MB 412 15
435,406 435,406 000000000000000000c28c3952e18738324cddc8d936ed6a73c9d5bb9b24d84f 1.00 MB 694 25
435,405 435,405 0000000000000000018c40d58e54fe2ca55e84d504e3c392c755401c795b1a0f 0.25 MB 641 66
435,404 435,404 000000000000000002090a48bd6ba4b30d9aa1823f79cac079d1cec505fb0378 0.89 MB 2,285 69
435,403 435,403 000000000000000002d6ef24f50f0b67762689288f8ff7903feb157d13702237 0.30 MB 397 35
435,402 435,402 00000000000000000024f9e640e7e43724a47a448c427462fd88ca42d96cdddc 0.29 MB 605 45
435,401 435,401 000000000000000002ac1ef41d736817006800a9cb86e91725cecb13e0159041 1.00 MB 839 25
435,400 435,400 000000000000000001716c3ae86044b03ff6d1fc536246af611385b72a56676d 1.00 MB 2,459 71
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,642.81 GB sent, 94.51 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.