Loading Tool

Explorer IconExplorer

Memory Pool

76,629 transactions
28.97 vMB
0.07688163 BTC
Random Selection Loading Transactions
Max Size: 176.99/200 MB

Candidate Block

Mining Attempt 54f1309935d46d2a1fe21fa468988712bbd735c1c91fa8e4763d5737ccaf2d71
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 025e2395bbd63eba8bd6805b7c26a9b04c16b1decaf90bc6d9a101b7bb04fbcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.01377361 BTC
Feerates: 77.76 > 1.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (210,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,203 705,203 000000000000000000045605f562ee710ffb155bc0e9206d1c0d035be30ed8ec 1,603 1.00/1.00 vMB 19
705,202 705,202 0000000000000000000dd8b4429967cf59219073e65f20100a9853e73eab5e09 1,832 1.00/1.00 vMB 6
705,201 705,201 0000000000000000000607394ec15c46cfb98fac07d13fc177ce3a972b70858a 1,646 1.00/1.00 vMB 14
705,200 705,200 0000000000000000000967178acc681a1a02be724eee8e17ce3b68beb75996fb 1,452 1.00/1.00 vMB 18
705,199 705,199 0000000000000000000324bb546b8cfe051d657ef6e0bee550380767614710d3 1,721 1.00/1.00 vMB 7
705,198 705,198 00000000000000000009707746fdc007431b2bd347617855ec756cf7bd9fb99f 2,019 1.00/1.00 vMB 16
705,197 705,197 000000000000000000032a3e80e72d1945b51b3ffd5bd75d0156bcce318969ac 2,138 1.00/1.00 vMB 11
705,196 705,196 0000000000000000000b7ee04c6261a7248593ae0d88619c108fad7686bb904a 2,799 1.00/1.00 vMB 23
705,195 705,195 00000000000000000004e295e1fd84c684fce223a22d0886db23a811158329ab 3,940 1.00/1.00 vMB 10
705,194 705,194 00000000000000000007b436aa1f69670fddede16653ad1e2f97bd6e7c0b11a2 2,228 1.00/1.00 vMB 15
705,193 705,193 00000000000000000002863ea517bcaf3cbb7a1eb6a3f6a1c807879e07f7a1b0 1,461 1.00/1.00 vMB 18
705,192 705,192 00000000000000000001991678f5caa353ffe04d5e66846f28083fa056f1613f 3,070 1.00/1.00 vMB 8
705,191 705,191 0000000000000000000b9a784735a95b500691b9dda700868803cf58852d6791 1,718 1.00/1.00 vMB 15
705,190 705,190 0000000000000000000c3e7fa700008c2e776d000a3f6b4a234ee51476c930b4 4,391 1.00/1.00 vMB 12
705,189 705,189 0000000000000000000a452f91d2c1d9e121cfc0a393aca6bbc663d7b9668c39 1,943 1.00/1.00 vMB 11
705,188 705,188 00000000000000000004a5d39630c2e31fe10b3a4de18ad1e859865848b2d3a6 1,746 1.00/1.00 vMB 14
705,187 705,187 0000000000000000000d3fb0866f3ea8e8c35a3788998127ccfe77b0d7be136d 2,896 1.00/1.00 vMB 24
705,186 705,186 000000000000000000049a53c00a7070faa2b4315e1672be05aeeaf7698b5844 1,059 1.00/1.00 vMB 13
705,185 705,185 000000000000000000011f39f0e54a85a8e61351350a62eddb8458df04e97123 3,573 1.00/1.00 vMB 10
705,184 705,184 00000000000000000005b0a014f37349008059e58c7a7df6f8b57ad5bd03b7bd 2,522 1.00/1.00 vMB 17
705,183 705,183 00000000000000000007113805a77330c704e8de89d432da6c15f4ce756d4ae6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.82 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: 710.77 GB
    • Received: 17.08 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.