Loading Tool

Explorer IconExplorer

Memory Pool

79,617 transactions
34.41 vMB
0.16444422 BTC
Random Selection Loading Transactions
Max Size: 192.78/200 MB

Candidate Block

Mining Attempt abc24ad99b5ad6b1ed072ada8400364aa5eb97eb4306d3292c2492d1a827be3f
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 406a77e1a58cb7e5a27b498d568356a59b0431e32a09ec92e1036b9fa4c53fd8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,645
Size: 1.00 vMB
Total Fees: 0.04047052 BTC
Feerates: 150.93 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (467,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,087 448,087 000000000000000002081588e2c2a282f71477350648d4ef8e76d758244afaac 2,345 1.00/1.00 vMB 85
448,086 448,086 00000000000000000017033b1ab588700f5297cd8f2971c684e7ab22ec47ef8a 1,500 0.81/1.00 vMB 64
448,085 448,085 00000000000000000185e27265b470b39e20903ca581b6a2e2d8c170cbbdf3b2 114 0.99/1.00 vMB 8
448,084 448,084 0000000000000000012ef6ec54b6b42430759d84e0b80230669969d24d51bdf2 1,733 1.00/1.00 vMB 58
448,083 448,083 0000000000000000010fbf8d57f83c38dd90719f048d56f503b095af0dfcc034 2,455 1.00/1.00 vMB 81
448,082 448,082 00000000000000000174f2af2a412966167031fc52bbf0eeb358bd7e9a782cc3 2,361 1.00/1.00 vMB 96
448,081 448,081 000000000000000002e060e6ec031e82d5f30f989279fabf2a42979bdb9a2481 1,434 1.00/1.00 vMB 57
448,080 448,080 0000000000000000021771a5aa5890332312d8346d220be5f5dfb610c9240dc9 1,888 0.97/1.00 vMB 74
448,079 448,079 000000000000000001d1a2948cec822c5f4de5c8f26d08a49449c4f70e753b02 1,509 0.99/1.00 vMB 62
448,078 448,078 00000000000000000040a22bd5a87dad66568e2459a1f7b4bd95f29e86b7f8a9 168 0.96/1.00 vMB 10
448,077 448,077 000000000000000002cc52156a40402ce62d627fdf4dfb23202ff27bbd515e60 769 0.42/1.00 vMB 70
448,076 448,076 000000000000000000e8863d3e8af067c91930994bb75ac933155f5cf5ff5df3 818 0.97/1.00 vMB 29
448,075 448,075 0000000000000000008102fcee280bd93d6c4fef84ef2d9c682020ecc3c1d36d 1,124 1.00/1.00 vMB 50
448,074 448,074 0000000000000000029a91453f8cea880c57d15376c71282aa071a921714ef85 2,005 1.00/1.00 vMB 64
448,073 448,073 000000000000000000938bcb3e1def4c639ef00a5b4a1e2e8c7ae496f2c31df9 2,545 1.00/1.00 vMB 87
448,072 448,072 0000000000000000028df3961a1e8069e8b0076254d041b7b976736ec90b4ad1 867 1.00/1.00 vMB 27
448,071 448,071 0000000000000000004e0d34396f4b2015154ae9b9bcf1d9cff0d8a8e8f0c6c6 1,496 0.60/1.00 vMB 78
448,070 448,070 000000000000000002d42fc7733eb1776343867c189fa3c9d5d52e5dc67a56a5 126 0.05/1.00 vMB 93
448,069 448,069 00000000000000000082256d95ec94a85c05a6d743f2bd7c80670d5d5b5be385 1,379 0.62/1.00 vMB 83
448,068 448,068 000000000000000001f7117164823f40596fbc2ef56c620bb2f0ca9ba3d03e6b 368 0.22/1.00 vMB 51
448,067 448,067 0000000000000000021dfcf7b2c542a99af74ebe60b834b77dfe992a0d568b17 681 0.34/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 783.11 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: 734.05 GB
    • Received: 18.55 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.