Loading Tool

Explorer IconExplorer

Memory Pool

79,000 transactions
29.98 vMB
0.07832150 BTC
Random Selection Loading Transactions
Max Size: 182.86/200 MB

Candidate Block

Mining Attempt 7455f7e3e316c8d8828e89d87dc905e8dd667827ac6695aa9c9bf1ab3df87f79
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 2873b2beab4b2fa98f7aa435328196a8015bc22b8fd1a0664e5b3b66a5d987b6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,149
Size: 1.00 vMB
Total Fees: 0.01036391 BTC
Feerates: 200.89 > 1.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (189,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,663 725,663 00000000000000000005b15e41d7b7eb5548f0c0677b9712f5c2d8ccb027289d 1,757 1.00/1.00 vMB 12
725,662 725,662 00000000000000000005f19cf70f2d0cce8441188afe0c135a286e6db0e3a2f9 1,545 1.00/1.00 vMB 11
725,661 725,661 00000000000000000002d6a54e4f4f2c03b52949e98566398373e4b878a51813 1,807 1.00/1.00 vMB 16
725,660 725,660 00000000000000000009bc769e3e096efe304a843a52710000498937ccaf3f9b 865 1.00/1.00 vMB 5
725,659 725,659 0000000000000000000703fea95a2445818c9e5de384fac7c06f44377eafde42 2,128 1.00/1.00 vMB 8
725,658 725,658 00000000000000000009d4dd2465a8d3d3b4221687ff6da025d5328469c46371 2,654 1.00/1.00 vMB 25
725,657 725,657 0000000000000000000427a14c6c4d3b1b07dc1fc31dcdeb1dfa9033e8fc8a9d 2,745 1.00/1.00 vMB 22
725,656 725,656 0000000000000000000393cb452eab19094ff7bcce35588311bd33f88e029bcd 1,062 1.00/1.00 vMB 9
725,655 725,655 00000000000000000008141659aa06bbeb3a91f7786e91aa83590b2f596e10a4 1,007 1.00/1.00 vMB 1
725,654 725,654 000000000000000000031d737fcade6850c47b6fb1fe8977c653587451d48df0 1,849 1.00/1.00 vMB 14
725,653 725,653 0000000000000000000988cbc41d3f3f5eb36f60fc08f0bdaa3ac0977d8e0b87 1,472 1.00/1.00 vMB 18
725,652 725,652 000000000000000000041733650c94e715c71613436ff8b8ac8e591094d61f80 2,234 1.00/1.00 vMB 12
725,651 725,651 000000000000000000010804b4c309c9b1a99d4b38b5339951bb2f4a9932f326 2,677 1.00/1.00 vMB 19
725,650 725,650 0000000000000000000848934983bd3c2326a64f86eaff6b54e2c853acf05999 2,190 1.00/1.00 vMB 13
725,649 725,649 0000000000000000000781330d50a248d8e5179e864cfd0f1dc5508265ad465f 878 1.00/1.00 vMB 3
725,648 725,648 00000000000000000004b4483390689590d40f969380a8cbac88f5cf1c1377a3 2,661 1.00/1.00 vMB 9
725,647 725,647 0000000000000000000713dced7ab1fa52d63cf6a873efb6e5010dbbca548740 2,524 1.00/1.00 vMB 11
725,646 725,646 00000000000000000006ef629a1f53e641dc9bafec8e16026bbb7ad2108fc648 1,675 1.00/1.00 vMB 4
725,645 725,645 00000000000000000008eb944840cba3dd2a6bf02330d82e7ad0ab36e64e855f 2,569 1.00/1.00 vMB 11
725,644 725,644 0000000000000000000594e626fdc85b40f36ac22a2a1b560066b72f190faa16 1,770 1.00/1.00 vMB 16
725,643 725,643 0000000000000000000254008c0b7de0b87060843963b572200b745ebe074a9b 2,312 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.58 GB
    • Received: 18.20 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.