Loading Tool

Explorer IconExplorer

Memory Pool

77,076 transactions
29.82 vMB
0.10437207 BTC
Random Selection Loading Transactions
Max Size: 180.17/200 MB

Candidate Block

Mining Attempt 4e52537556be41112e3e4135c859f2064b3ecd3d1db820654fccc03a43e882aa
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 54058c1cc8684ca533f91a2fd13600f7b40c0fed7956db606d521e6277a2c5ee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.03623432 BTC
Feerates: 357.61 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (467,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
448,066 448,066 0000000000000000002f35beccce4da79c3780b2bddadb4a5a26f4b7d4302e57 1,168 0.52/1.00 vMB 77
448,065 448,065 0000000000000000031ddd88974bec4464a92b0fa2703ffa6a09dcfeb7d12729 753 1.00/1.00 vMB 24
448,064 448,064 0000000000000000016f615859ca5cb88bb3983777df6f9f5ecbd57261cad454 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 744.21 GB
    • Received: 18.71 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.