Loading Tool

Explorer IconExplorer

Memory Pool

82,171 transactions
34.43 vMB
0.14236484 BTC
Random Selection Loading Transactions
Max Size: 195.78/200 MB

Candidate Block

Mining Attempt d0908c28f3ff41b326b09f9d15c35f5101b05842703b399ed2a630f17aa101c1
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root 3116dff4bc89acf24055dbfbf89650e1e55fefeff2d892c4b66fda7ffbdf24a3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.02916485 BTC
Feerates: 104.71 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (5,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
910,343 910,343 00000000000000000001eeb9e342795ec848c80a58393f05c6c7571198431e94 3,083 1.00/1.00 vMB 4
910,342 910,342 000000000000000000022958f985c19aa8f122fb71a592d6b883d810eaf4f6be 2,853 1.00/1.00 vMB 3
910,341 910,341 000000000000000000005e09b242a7aa171a542a6ef10ef5ef44dc49b1c35d94 3,777 1.00/1.00 vMB 4
910,340 910,340 000000000000000000021af4b4b1dc2bdfbb82301f9cd580f9057b2ae3aaaf1c 3,832 1.00/1.00 vMB 4
910,339 910,339 0000000000000000000101640e981f748d5000a455f0acf261d901c4cdaddd96 3,224 1.00/1.00 vMB 2
910,338 910,338 000000000000000000003a49842e7c3dbd9b86227beb45dca57cdbcb2c5f40b1 88 1.00/1.00 vMB 0
910,337 910,337 00000000000000000001a4cc3c2f54d346fb2fdee1a32e1a901ab7ec26e7a4a8 1,025 1.00/1.00 vMB 0
910,336 910,336 00000000000000000000ab3abf78c44c993e885c634009db809a0f9f3b307ddf 3,024 1.00/1.00 vMB 2
910,335 910,335 00000000000000000000315c1f7508b32462867da67b15d4fdbf2af902eff424 2,335 1.00/1.00 vMB 1
910,334 910,334 00000000000000000000e47dd03e23601545f44091787f9fafbdf841709c68f2 2,611 1.00/1.00 vMB 2
910,333 910,333 00000000000000000001fac8d5f0077c5af6a35c6baa1381763ce2090d44b7ab 4,120 1.00/1.00 vMB 2
910,332 910,332 00000000000000000001e3ef1d33f0e184c24894a148e82db54d16c1260bf47d 3,980 1.00/1.00 vMB 7
910,331 910,331 000000000000000000015663657d5a6f41ea0a0b3e9842c746a7f406d7e04b03 2,930 1.00/1.00 vMB 1
910,330 910,330 000000000000000000012713ff77cdad347a20d0271b9a66ade3a4d575703ec1 791 1.00/1.00 vMB 1
910,329 910,329 0000000000000000000003bff280e090f443c823070e347cda25fe9a52e0426b 609 1.00/1.00 vMB 1
910,328 910,328 000000000000000000002376ac8b7064d0b7bb8225ed5e78ea891a1c1018559a 1,971 1.00/1.00 vMB 2
910,327 910,327 00000000000000000001aa375ec5c59fdca3bd1d5bfa647603bd39b6d82dfccc 512 1.00/1.00 vMB 1
910,326 910,326 000000000000000000006362118b366859f13e1d4c426bac10497d49f536d723 3,111 1.00/1.00 vMB 2
910,325 910,325 0000000000000000000111905f2d33d25af10fe76e4946ae5d9bed1facc0e2a1 1,921 1.00/1.00 vMB 1
910,324 910,324 00000000000000000000602837585e26777da07a52f077971506e139b05edff3 4,152 1.00/1.00 vMB 0
910,323 910,323 0000000000000000000039d768170a127acab4590e55c667c9d1d1593ac84e29 3,750 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.09 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: 726.42 GB
    • Received: 18.45 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.