Loading Tool

Explorer IconExplorer

Memory Pool

81,889 transactions
30.42 vMB
0.12102396 BTC
Random Selection Loading Transactions
Max Size: 183.51/200 MB

Candidate Block

Mining Attempt 6719cb5ea6057ac0878afcdd5c115fe039fbe6bf3e7f3575d5fc9aa576685e49
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 807d7cba90662143e103ee8636778038703c137667afb8aaabd2cddcd0a6171d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,416
Size: 1.00 vMB
Total Fees: 0.04392137 BTC
Feerates: 502.62 > 4.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (500,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,505 414,505 000000000000000001ee5fc801fa2417d770762a7b191257b7d02487b322d7cd 491 0.56/1.00 vMB 34
414,504 414,504 0000000000000000057023c0cc20ec0a2a4163a7e58568989024a750ea9b12de 164 0.18/1.00 vMB 22
414,503 414,503 00000000000000000107d8b1cfc290a0f73b37718e039e0d1ee314a99a79cc0c 2,441 1.00/1.00 vMB 83
414,502 414,502 000000000000000000c0be279d981b18d5d58ae38937e7ff48f635ccfef034cc 2,468 1.00/1.00 vMB 30
414,501 414,501 00000000000000000544b9433ed5e1f8c5cfc079a8d9e859a6c7bb7b2d3d6e69 451 1.00/1.00 vMB 13
414,500 414,500 00000000000000000407dbf3f10f99a6d3362a1784ebfbb2bcd798970d6db0a3 973 1.00/1.00 vMB 19
414,499 414,499 000000000000000001cfc70094d25e4f6db67099ebf93bd4ac7371b545f4a515 2,316 1.00/1.00 vMB 40
414,498 414,498 0000000000000000011295e500cefdfd70a37f5b04a9f8fa2ba57a37da3ed563 2,603 1.00/1.00 vMB 72
414,497 414,497 000000000000000005047fa2b3e71362246aaf88430c021ac20e97a939e2773c 2,689 1.00/1.00 vMB 59
414,496 414,496 0000000000000000018a317d6c82e13737eaef6e415800f8d8153881d1b3d52a 1,131 1.00/1.00 vMB 29
414,495 414,495 00000000000000000269e06e9a36c4bcabaa390b20e8a7c1c3faa41e1e806ea1 1,220 0.72/1.00 vMB 39
414,494 414,494 000000000000000004f7ca572387adda62ac97e36f26811456251a1055b49feb 1,809 1.00/1.00 vMB 40
414,493 414,493 000000000000000002316c75ea1d98982f5b5695e2254ce00d522277d96117f6 1,746 1.00/1.00 vMB 29
414,492 414,492 000000000000000002bf0e3de0678d5d809b9a075094c2ffd00c71c243e4a2e3 2,733 1.00/1.00 vMB 66
414,491 414,491 000000000000000001bc052c12dda0a6de4da85b8f70b57b4728ba1b94272928 2,767 1.00/1.00 vMB 65
414,490 414,490 00000000000000000437ef60d58684040c981bc682b05cd45a3dab3dad1177d0 2,211 1.00/1.00 vMB 36
414,489 414,489 0000000000000000056c63c4fbad7cb6e14a017d486b3108d78cc79c73de427f 2,247 1.00/1.00 vMB 67
414,488 414,488 00000000000000000041ae9fc7778d05f60a107d8005bc1e85de1682685eea99 1,687 1.00/1.00 vMB 29
414,487 414,487 000000000000000000abbaa3b1d240668f3d7f74beadbe44cd38769378da2508 1,981 1.00/1.00 vMB 64
414,486 414,486 00000000000000000485b9a3a91d9bee4d98deb0f59f2ad3457ef79931a28460 2,510 1.00/1.00 vMB 57
414,485 414,485 00000000000000000390d670d8c9ff9f333f120346d5d7d42b6edaf8780bb7a7 1,897 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.61 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.88 GB
    • Received: 16.05 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.