Loading Tool

Explorer IconExplorer

Memory Pool

46,900 transactions
27.00 vMB
0.06165104 BTC
Random Selection Loading Transactions
Max Size: 143.63/200 MB

Candidate Block

Mining Attempt 607f0007f7ab733e559037e4094ddbdbc578106dac368ac384e47cecb9c17f95
Version 20000000
Previous Block 00000000000000000000da70c957e17b5d19b07328c67986c87d098e6de3caae
Merkle Root eef1fe7f82187d5b79db8bf96d13b1f8609d469918c7d9d75692a71355f02c5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,936
Size: 1.00 vMB
Total Fees: 0.01166256 BTC
Feerates: 100.36 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,741 (457,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,012 457,012 0000000000000000002db917e1188c2e210797bb0cb5fb31629660c29a0e0695 1,401 1.00/1.00 vMB 113
457,011 457,011 000000000000000002540b2c07a13ebdafc9407a8dc0c2a5666c3b7b463d8fa9 2,509 1.00/1.00 vMB 200
457,010 457,010 00000000000000000137a4a5bd9a034f0affd880d9416e198e57ba29818bdd95 1,706 1.00/1.00 vMB 114
457,009 457,009 0000000000000000013e149efb03b4e1fe708846c4c01c647fa33de4aa468b36 1,249 1.00/1.00 vMB 68
457,008 457,008 000000000000000001b71c047bee6f00920976c9433367a49a7b150647232713 673 1.00/1.00 vMB 17
457,007 457,007 00000000000000000067ff5fe3b9e2807e4f4f85ea6015651beb518f731d344d 1,021 1.00/1.00 vMB 73
457,006 457,006 00000000000000000207f2c77f0231aa60e4b476dbbba9577c08cf3b0ec1d228 1,152 1.00/1.00 vMB 80
457,005 457,005 0000000000000000008b1c14220cfb42da7655cb923bb18af678d14d28e93d06 1,043 1.00/1.00 vMB 67
457,004 457,004 0000000000000000011760f63d10d3030106999b2bf90f6390b3cf7fcb17f295 1,611 1.00/1.00 vMB 196
457,003 457,003 0000000000000000006687cc8a1d189d0570bd966d11e2d7c8f8ef71c9a895f2 2,204 1.00/1.00 vMB 166
457,002 457,002 0000000000000000018efad23f358b44a81676c3d3c5fd93566ed4b24e6997a6 686 1.00/1.00 vMB 45
457,001 457,001 000000000000000000b02fe6b078e9fff724d92860c6c57597ec6b055e8dee3c 2,038 1.00/1.00 vMB 139
457,000 457,000 000000000000000001d4663a5ed602240c11eb0b36b9c0c7f02dfd1ea4499f67 2,431 1.00/1.00 vMB 129
456,999 456,999 0000000000000000020a3d86bd72fcb1ba0f16944c1c6a7d88135faefc3af193 1,960 0.99/1.00 vMB 144
456,998 456,998 0000000000000000007247979ae8c0d201b22a579206f8d88a4b9dc8df1835b0 1,834 1.00/1.00 vMB 168
456,997 456,997 00000000000000000040279f719251eb1d46e4eda4fc13601b51ea84b5747a44 2,660 1.00/1.00 vMB 209
456,996 456,996 000000000000000000464a503b3f73649905768adfbce82434b36cf57028e354 1,871 1.00/1.00 vMB 140
456,995 456,995 0000000000000000010956bd433e4f084045eece45be8df9a227d9cc36600b21 624 1.00/1.00 vMB 46
456,994 456,994 000000000000000001cbebd59cf521148688bf56ffd884d54053f71b4ea12747 1,927 1.00/1.00 vMB 164
456,993 456,993 000000000000000001a5f8919dd4bc5b04e8604f42a6b2ff2c2f48826d4975ab 247 1.00/1.00 vMB 20
456,992 456,992 000000000000000000c7e1dcfe007cce9ccc63b7d708dc3976dcde4ac4ecbb17 603 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.93 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: 646.32 GB
    • Received: 12.85 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.