Loading Tool

Explorer IconExplorer

Memory Pool

37,010 transactions
19.09 vMB
0.05330362 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 104.98/200 MB

Candidate Block

Mining Attempt 48d6453692f603531cffe42b565a75ef823609ac2fe53016f5028a04e9a0f80a
Version 20000000
Previous Block 00000000000000000000255ade1da63093408609f1fc0f4b7893866d7199f6d5
Merkle Root 4ece9f53a466b8dc02583c3fc0f0d4087749222462d30f1c63505ca33cf04760
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,857
Size: 0.997933 1.00 vMB
Total Fees: 0.01647079 BTC
Feerates: 160.84 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,873 (753,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,663 160,663 0000000000000a3371ced3e5297b7517c725b41eb04d99240809cecb13626e9a 69 0.06/1.00 vMB 441
160,662 160,662 00000000000008bc9e1025175815eda875d5ae57ed3a844a7129066770868a39 59 0.04/1.00 vMB 102
160,661 160,661 00000000000000a307107b6b9670251d55f368c857e476a26927ffbfacb73d93 56 0.05/1.00 vMB 256
160,660 160,660 000000000000066f6316fe113660ea4bca9ff24c51bb8df0383dfdac8fb48a92 9 0.00/1.00 vMB 0
160,659 160,659 0000000000000853a9cf797673b630401a77fa3552abcf45cee52144396c153f 11 0.00/1.00 vMB 47
160,658 160,658 0000000000000111c1f18bdb91b0843007f034b22b88e8db5ba3e258f87a3ae3 32 0.01/1.00 vMB 22
160,657 160,657 0000000000000712d023c9a10ebfa9e8419774e940bc786d92493932d15047dd 82 0.07/1.00 vMB 174
160,656 160,656 00000000000007541428a58a5979496fa8c712bae166159ff99dad3099b39853 16 0.01/1.00 vMB 55
160,655 160,655 0000000000000d1a74b433261d6e406c1405c07dc788bd1de663ec12d1a64b78 50 0.02/1.00 vMB 156
160,654 160,654 0000000000000996fc8e7094acd0df441203c186c03a72d620997f6a74983b5d 56 0.03/1.00 vMB 81
160,653 160,653 00000000000008c5ea30fd1ecb1b49913ef174a8db69b24b18fde2533fa7d27a 76 0.06/1.00 vMB 118
160,652 160,652 0000000000000d1ecdc55578d46b99096a3cde5c5127e3fbb2ae1b0146274973 86 0.03/1.00 vMB 78
160,651 160,651 0000000000000716b62aef84feb2fd54bbbb4ab1e3939ee1ac5a66c352a8b87e 16 0.01/1.00 vMB 39
160,650 160,650 0000000000000d45d25637693919e906b9298f238ad0e16899241c5a2b39e7fb 107 0.03/1.00 vMB 84
160,649 160,649 0000000000000b7b4ac699823b8b8b2fb800453e7bc4e1a4c7198a36496f4790 108 0.05/1.00 vMB 113
160,648 160,648 00000000000004260686c25b4479d5602d42efb62aa327f02579d65a5105bd7a 128 0.05/1.00 vMB 209
160,647 160,647 000000000000006530978f43ddf050990cc8046d0fab8530ea5ed28afd5d7dcf 15 0.01/1.00 vMB 515
160,646 160,646 0000000000000cbcbbc17bd55d97b4da4bb49dd00cf27600cca9c5debc21922d 89 0.05/1.00 vMB 43
160,645 160,645 0000000000000ccff3af34d420d9d7490a0be57f8e8c9fa9fcdcaac64756c6aa 56 0.03/1.00 vMB 44
160,644 160,644 00000000000000fd98683dab4f4d78449a1d1fa8d021c21500a931966cefc39e 73 0.05/1.00 vMB 397
160,643 160,643 0000000000000c85de5dd9f994d1a9a0d3b0cf978643e3389c7920c2840f5764 31 0.02/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 780.38 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: 524.36 GB
    • Received: 5.06 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.