Loading Tool

Explorer IconExplorer

Memory Pool

72,267 transactions
27.76 vMB
0.07195683 BTC
Random Selection Loading Transactions
Max Size: 168.03/200 MB

Candidate Block

Mining Attempt f46f0d9357b85ae232de821be7101eb6e1f3462882d2a4ac49d8c3e3c38de34b
Version 20000000
Previous Block 000000000000000000016dffe7445c108bac746ebb89454ac2dea8afaeeb91d1
Merkle Root 4b507d11372b2e2589c92c5cff6f709486b8d5bd1f41c1e6f17b3848efceffe7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,823
Size: 1.00 vMB
Total Fees: 0.01173110 BTC
Feerates: 298.50 > 1.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,452 (22,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,708 892,708 000000000000000000023a5e62695a5b1a5b17d0bd76ad08303bb1950e3fc184 3,971 1.00/1.00 vMB 4
892,707 892,707 000000000000000000022cd6f75a6be2bcc408ff8c38426fe91ef9e8ae416f9b 3,894 1.00/1.00 vMB 7
892,706 892,706 00000000000000000002223c0aedab99794f62fa2562e29f60cf0fac1c82cbd8 3,322 1.00/1.00 vMB 7
892,705 892,705 0000000000000000000052d56d6f9de82b2cbc4b8f4a0007b35cefee6af3ed6b 3,720 1.00/1.00 vMB 2
892,704 892,704 0000000000000000000238fba06e673dec89e72baf3422dd64dd6420e1e1ec39 3,582 1.00/1.00 vMB 3
892,703 892,703 00000000000000000002257701cf5d0449e113283dc6d79bcd6f53c5ffdd6a99 3,921 1.00/1.00 vMB 6
892,702 892,702 000000000000000000015cccce7525a673d1e7eaa51917133aafe3046f328155 3,280 1.00/1.00 vMB 3
892,701 892,701 00000000000000000000b6ea18f7dff61acbe882aced9d3cff0a64e7f948ff98 4,108 1.00/1.00 vMB 8
892,700 892,700 0000000000000000000015356bf1321fff4469169bc49639aae8d3bcc3654f76 3,900 1.00/1.00 vMB 7
892,699 892,699 00000000000000000001f17f6f85cb50ee06b049b833499288c7af23eb172a5c 3,433 1.00/1.00 vMB 5
892,698 892,698 00000000000000000000d1941c6537651fff14e15447e69cdb396c89394715eb 3,898 1.00/1.00 vMB 7
892,697 892,697 000000000000000000021966ddea82186737506cb42dc102576d62a08b19c901 3,433 1.00/1.00 vMB 2
892,696 892,696 000000000000000000023c44a1ae6e4776fce97925bd08676f1ef7c1e8a5d5cf 3,203 1.00/1.00 vMB 4
892,695 892,695 00000000000000000001488b5b47131e52130b9cb15b3f7fef16d6efd51b3f92 4,131 1.00/1.00 vMB 3
892,694 892,694 000000000000000000022d60b73c30d3b9026c99e2c8d3ff5c51935b365276f1 4,835 1.00/1.00 vMB 4
892,693 892,693 000000000000000000012a297d3aa26c98eca4099609a119c09a2ce9d862c01f 4,512 1.00/1.00 vMB 5
892,692 892,692 00000000000000000001d5de4dbdaec980c0b6b11ef9a6b2ad012b1097537182 3,953 1.00/1.00 vMB 8
892,691 892,691 00000000000000000000682ce0047f6042ae40f55dd4e7de532780f5936367f0 4,474 1.00/1.00 vMB 4
892,690 892,690 00000000000000000001930964eab748cce4e8519a798169ce3ed1c6c22c04cb 3,793 1.00/1.00 vMB 8
892,689 892,689 00000000000000000000cc07013eaadd7e054eb26ba1878034131f5636f1fdb9 4,092 1.00/1.00 vMB 4
892,688 892,688 00000000000000000001ed4b40124d85cc7e7baf8478d5aa239fe9bfa37186b2 4,096 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 750.46 GB
    • Received: 18.85 GB
  • Uptime:

Notes

  • 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.