Loading Tool

Explorer IconExplorer

Memory Pool

37,520 transactions
26.03 vMB
0.05607542 BTC
Random Selection Loading Transactions
Max Size: 134.24/200 MB

Candidate Block

Mining Attempt 5983b6a59f79be027f5c33a9dda3e1b6870f7a7560d064a558ec3ae56233f816
Version 20000000
Previous Block 0000000000000000000015007aa3e8cfde8b7b1ceeeed1a98eb8769d19f21a8e
Merkle Root 8bcd3e55c24a64c28ca7ecc54e24c6a85db8f48d0f58422551839df85fffeaf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,529
Size: 1.00 vMB
Total Fees: 0.00863036 BTC
Feerates: 73.33 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,928 (99,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
815,020 815,020 00000000000000000002f2535799a00cf5740770027a9c2b2a9f959b8b26ee92 3,082 1.00/1.00 vMB 8
815,019 815,019 0000000000000000000188a2a651c15fe9cf9ed67f9597fee808e281cb38eb94 2,458 1.00/1.00 vMB 12
815,018 815,018 00000000000000000001ec76436e209173330f68c05ac8db8692b6d8cbfc0df7 2,184 1.00/1.00 vMB 8
815,017 815,017 0000000000000000000186c4f40ef790d193f3f5bd11c11f468f8c9d24be81f0 3,392 1.00/1.00 vMB 23
815,016 815,016 00000000000000000000de4b8c44d1b53ca86358eb08e916146df5ec6373a3f8 2,943 1.00/1.00 vMB 9
815,015 815,015 00000000000000000001723565ba705099992253a4e14a1fc894cf09abcc1fe0 3,119 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.26 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: 655.80 GB
    • Received: 14.35 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.