Loading Tool

Explorer IconExplorer

Memory Pool

79,331 transactions
29.15 vMB
0.07198585 BTC
Random Selection Loading Transactions
Max Size: 176.90/200 MB

Candidate Block

Mining Attempt c4a638e99786a92c3760388adccb04dfc6c60f1cbbc5e255b4ad0662896dc30c
Version 20000000
Previous Block 00000000000000000002109166b8fbc24476efabda906aebee521a5bb03941cc
Merkle Root 2b14a1ac34c3b887ccd0c7159a1d858e439da78a4a75309b1b4bba0ceb0c4f08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,776
Size: 1.00 vMB
Total Fees: 0.01111739 BTC
Feerates: 73.20 > 1.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,110 (351,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,991 563,991 0000000000000000001a9672d47e419a1f9ac7b3754ea80fe481a4bfe8ab2193 2,047 0.66/1.00 vMB 16
563,990 563,990 0000000000000000002d1c9c0c1b3a5f48a426d4acb1bb39f3b15965de6346e4 2,280 0.70/1.00 vMB 11
563,989 563,989 0000000000000000001b19e528f60f898bf507b1b5869cdb5e4e5382c9df7ff7 2,965 1.00/1.00 vMB 16
563,988 563,988 000000000000000000283507be94843e450143c381c6d7e6b141c439c172472c 2,659 1.00/1.00 vMB 29
563,987 563,987 0000000000000000002276f137baaa35520851fc6a5ca7102fee0764b80956e3 1,365 0.50/1.00 vMB 18
563,986 563,986 00000000000000000010cb3d78ee807c11d0f22a15201286a1c3ba5098bb121d 1,449 1.00/1.00 vMB 15
563,985 563,985 00000000000000000027a33138dd93ef48e4218c14ff5f06fbb0f09354f139de 3,230 1.00/1.00 vMB 15
563,984 563,984 0000000000000000001cb88a5f4a7ba6fcfedc46e548e68c460b7221dbcbc443 3,064 1.00/1.00 vMB 16
563,983 563,983 0000000000000000001af7a8130aa43c1203709d797f21fa6f493a0f45e7a57a 2,992 1.00/1.00 vMB 19
563,982 563,982 00000000000000000011b9cc8884ef6fbc7013582a55f3ce5740bfd5e8107fa8 2,953 1.00/1.00 vMB 34
563,981 563,981 00000000000000000002aab1d5719db2cc890581648974f6aa341598908ad91d 2,409 1.00/1.00 vMB 6
563,980 563,980 00000000000000000022341d5f5c22ae466b0f2c9a84d33a1b08143023323c9e 2,074 1.00/1.00 vMB 5
563,979 563,979 00000000000000000005977fcff865d181d1224bea83d2da14cade3db430e975 2,632 1.00/1.00 vMB 30
563,978 563,978 00000000000000000017bee1a542a1fa3b8b58ae33cd0276303dce547e6ad42c 2,492 1.00/1.00 vMB 41
563,977 563,977 0000000000000000000ea1a79ead5b8a02af9194128a312eb5177df0e58f973d 2,876 1.00/1.00 vMB 30
563,976 563,976 0000000000000000001232fb6ffdc40549fbad62455c472773a5b619f5f79a14 2,485 1.00/1.00 vMB 8
563,975 563,975 000000000000000000297ebe560297cef1000dad82451dc168509d9ed1f42e24 2,827 1.00/1.00 vMB 16
563,974 563,974 0000000000000000001c74c6c1525cd7277795e8803169220e3aaed82c2c94ac 2,588 1.00/1.00 vMB 40
563,973 563,973 0000000000000000001f3386c4d5043af0889420d1de5663946cd01aac1d041e 2,856 1.00/1.00 vMB 38
563,972 563,972 000000000000000000270d0ff3974a42ee271716740d147e5cb6482f0295138a 2,600 1.00/1.00 vMB 39
563,971 563,971 00000000000000000004a9e1559b4e9836b1d0c6ba2aa5173c3f05c078ff578e 2,435 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.58 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: 671.35 GB
    • Received: 15.91 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.