Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,635 transactions (0.62 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,059 000000000000000000022cb30000000000000000000000000000000000000000 0.61 vMB 1,612 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,058 (60 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,998 910,998 000000000000000000009ce32954014fc02ad3ba04b5f2fb3f43a3ab987457d5 1.54 MB 2,715 3
910,997 910,997 000000000000000000000ba5ac21185ae2249993065c813415fae6e2e511be3c 1.87 MB 2,173 2
910,996 910,996 00000000000000000000d33dba76357835218ab74475091b10541ba9a83e4fb3 1.83 MB 2,703 2
910,995 910,995 00000000000000000000d03547e09b20ef51e6563d22756f6db389c09c7661b2 1.38 MB 2,406 3
910,994 910,994 000000000000000000017a3fecb5a9f98cf3d60993f6659b2d150cdfd061e38d 1.79 MB 2,410 2
910,993 910,993 00000000000000000000dc39a0b1efb3711912f012758a7e9ecd798f63f1268d 1.56 MB 1,655 4
910,992 910,992 00000000000000000000b77bc07523c45441dc721ea4f1313cd612a50a34da32 0.28 MB 434 2
910,991 910,991 0000000000000000000141e033c8c3ef10780b173df84f62b04917d7e7f2576e 1.65 MB 2,275 1
910,990 910,990 000000000000000000008142e35bd46149770c14811c8b0e003a066b42bc0614 0.84 MB 892 2
910,989 910,989 00000000000000000000f4ffcb791c4976aafbc08e7cf2d31d1ca4328ed15f59 1.69 MB 4,447 1
910,988 910,988 0000000000000000000096aaeba15b918c8a4328a756f07191d4b348edeab5b7 1.10 MB 1,315 1
910,987 910,987 00000000000000000001eb2fbf80c58942e7a233763cfb8f42e1be54b64cd5d1 1.42 MB 2,941 3
910,986 910,986 00000000000000000001ff34fece634aa6640d8d2aea294a534d1143057fa959 0.79 MB 1,748 2
910,985 910,985 00000000000000000000a8665d937fcd8936b6db200388579d8f5bb93a5cb5f4 1.78 MB 3,374 1
910,984 910,984 00000000000000000000a49fdc962ceee8dd1f0802db783f7acf2a9caf969f05 1.60 MB 3,868 0
910,983 910,983 000000000000000000002f7024109796514d0ffde2f110316294b197bc6d407c 1.59 MB 3,615 0
910,982 910,982 00000000000000000000b11c534781b5bdca39aac464dddde2366817be287107 0.04 MB 126 2
910,981 910,981 000000000000000000003aae605cda6368666a85daee3f10d327f9759367f71c 1.87 MB 4,333 0
910,980 910,980 00000000000000000002102aeed670df8b942caedf9d89f3904bce109cb1ba9f 1.82 MB 2,403 2
910,979 910,979 0000000000000000000149356c39c49d2916d994f82df99c8894d403a84f287b 1.53 MB 3,676 3
910,978 910,978 00000000000000000000aeb10849eac6b821b5686db5d652c993d22fdeb16545 1.36 MB 2,138 2
Previous 10 blocks ↓
Total Size: 775.35 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: 2,363.89 GB sent, 125.54 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.