Loading Tool

Explorer IconExplorer

Memory Pool

34,024 transactions
25.27 vMB
0.05298287 BTC
Random Selection Loading Transactions
Max Size: 128.39/200 MB

Candidate Block

Mining Attempt f9b5e922bb894bf3b15f3c5a58b3a5de5c6ecc10f08ebfdf03fadf1d238516f4
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 0100742c944517f9431fab9e6a1beaf5781e1ed08a36904b00bf6f2b9c13ca5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,210
Size: 1.00 vMB
Total Fees: 0.00722211 BTC
Feerates: 93.93 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (220,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,517 694,517 0000000000000000000fac641001d5dc75687fde4457963d47444317c01bd35c 2,804 1.00/1.00 vMB 17
694,516 694,516 0000000000000000000c66146def120c75103b19742e08a0ced2fce55208f87a 1 0.00/1.00 vMB 0
694,515 694,515 0000000000000000000d14237f8c807948f37e989bc1b7624b6e73c2995b953e 3,022 1.00/1.00 vMB 15
694,514 694,514 00000000000000000001c7e780f94d94583abe4eab50b1815ff6cab7980a49e7 2,730 1.00/1.00 vMB 28
694,513 694,513 0000000000000000000cdd4338f706a85a938735175eb41729f60852f09eea32 2,610 1.00/1.00 vMB 13
694,512 694,512 0000000000000000000d5a20126bdfa28ed0bc685b6aae1f22a2ef276eacf006 1,903 1.00/1.00 vMB 10
694,511 694,511 0000000000000000000141598f74a075b1a6ef5423cc678f93c087b6497380d3 2,234 1.00/1.00 vMB 5
694,510 694,510 00000000000000000012b707bf6d172f0de94cfb311113c5d26dfe92764acc95 2,715 1.00/1.00 vMB 19
694,509 694,509 00000000000000000000c9be6c7c8b3d035f7096425ea57431a1b1df621a7e40 3,215 1.00/1.00 vMB 6
694,508 694,508 00000000000000000004d760546c5d392c824dfeec5e81aa7ac14d77c4a27849 2,901 1.00/1.00 vMB 17
694,507 694,507 00000000000000000005f25a7ab884392637cc59646cf24a5e3c925d533964e3 3,306 1.00/1.00 vMB 2
694,506 694,506 00000000000000000012283b98ae63c9ad0ec25bc496e42096c531216330b222 2,459 1.00/1.00 vMB 12
694,505 694,505 0000000000000000000cfa520b44dd9bd7568e735c34f4bf8b839afac61a2e8f 3,358 1.00/1.00 vMB 8
694,504 694,504 00000000000000000006c487ca67518b88db51b2f9d0044cac5cfebf4c29e453 2,577 1.00/1.00 vMB 25
694,503 694,503 0000000000000000000c9794e85bd2de78a04dae2e0e6803cd7711bb2d911d9f 2,504 1.00/1.00 vMB 18
694,502 694,502 0000000000000000000743cf63cf4c784974d29a31de12f259b9ce20f3517e31 3,160 1.00/1.00 vMB 29
694,501 694,501 000000000000000000080e21ce16d054f24922e05217f2b6ade22a120159d6fa 2,955 1.00/1.00 vMB 30
694,500 694,500 000000000000000000049fbe668a0a752c252d51a4d15d789184710990a2774d 605 0.53/1.00 vMB 7
694,499 694,499 000000000000000000056c761550da25369fbc3808b770d5feb1c470ce97d077 2,999 1.00/1.00 vMB 2
694,498 694,498 0000000000000000000f599af0bab06d882075d366f35aed3a4e3f8fba3d8da8 2,934 1.00/1.00 vMB 4
694,497 694,497 0000000000000000000efba7c239262130664f7cec390eeed3b001b3904a0e99 2,515 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.80 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: 634.69 GB
    • Received: 12.26 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.