Loading Tool

Explorer IconExplorer

Memory Pool

82,120 transactions
30.18 vMB
0.09849928 BTC
Random Selection Loading Transactions
Max Size: 182.17/200 MB

Candidate Block

Mining Attempt b9bacedb07c262704de8e9d9722097adeb34a7980700bc4a0c65a9594cf57e1d
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 9e91720b81adf09706e0f2c383a97f18e4b2e299e3202782e3b59b1a61305890
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,686
Size: 1.00 vMB
Total Fees: 0.03669676 BTC
Feerates: 526.32 > 3.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (99,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,041 815,041 00000000000000000002b953346b1eb66d0d0dd506972f153e14056eabc94e52 4,342 1.00/1.00 vMB 11
815,040 815,040 0000000000000000000302c9b5fd2478e8e62a9ca0ecfb937bc130d7bbcfb5c5 3,719 1.00/1.00 vMB 11
815,039 815,039 00000000000000000001201668e7eb3ead66e14efd839f220244be706b8e0619 3,660 1.00/1.00 vMB 17
815,038 815,038 0000000000000000000102491d70efa930d623305382acbf2be7a066139d884d 2,799 1.00/1.00 vMB 14
815,037 815,037 000000000000000000030dbe6e41a28c9017906ec1a9573845c5e40ab7edce6f 3,467 1.00/1.00 vMB 25
815,036 815,036 000000000000000000028ffb810a9a703e804c9aa86a20a811b53a38099b73e0 2,920 1.00/1.00 vMB 11
815,035 815,035 00000000000000000000b9f5a3f96b32d6e8ae59e630117331a75a15867f3bca 4,030 1.00/1.00 vMB 8
815,034 815,034 00000000000000000002017184215d3e39da7d7c1dfbceb0f1116ac0da5384c3 3,077 1.00/1.00 vMB 16
815,033 815,033 0000000000000000000209adb25402a316649db8fb7900768accabc49e184796 3,059 1.00/1.00 vMB 11
815,032 815,032 000000000000000000018692d1122b0256e86a97bbd4666150b37802ab7f8bc2 1,974 1.00/1.00 vMB 12
815,031 815,031 0000000000000000000236a7374f27759f79da680decd6f025ab50969b7b2a5c 3,554 1.00/1.00 vMB 14
815,030 815,030 000000000000000000012afedf6e825a0a858e246704896c55d28686cea7ff0c 1,524 1.00/1.00 vMB 6
815,029 815,029 00000000000000000003742211f2c81ce0c43e8983086cdd8e0692456dd3d074 2,279 1.00/1.00 vMB 12
815,028 815,028 000000000000000000029b600a332d0109752f8a2ee35508e37a9a9d1f78f198 2,927 1.00/1.00 vMB 18
815,027 815,027 0000000000000000000453b65968d9446f9205e8258d3f5df6ffc94669cf968a 2,414 1.00/1.00 vMB 16
815,026 815,026 0000000000000000000145e8cce281870123853dda434c200ba1768279c1d7ae 2,951 1.00/1.00 vMB 19
815,025 815,025 0000000000000000000051813e056845fc2914e424d58a521e508b1c89a748fe 2,839 1.00/1.00 vMB 17
815,024 815,024 000000000000000000013a16f64a0e6f687139d5e139b68f4f1f40129be7c6ce 3,722 1.00/1.00 vMB 10
815,023 815,023 000000000000000000020be1c4b9a1608919580be6e5beaff88839d0d3ae2b53 2,992 1.00/1.00 vMB 10
815,022 815,022 000000000000000000015788a41ed03110d7c8bc9f997f4ffdfba8f48aeebc38 484 1.00/1.00 vMB 3
815,021 815,021 000000000000000000038a64df88e8704489068c88d1f569070ea2ab1f4f2f7c 1,893 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.