Loading Tool

Explorer IconExplorer

Memory Pool

80,769 transactions
29.84 vMB
0.06831225 BTC
Random Selection Loading Transactions
Max Size: 180.12/200 MB

Candidate Block

Mining Attempt cacc7a366a9f31d2693478c9328617cbd727773a32fac61ae9c37b91ee5b7579
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root efa4d802f8da57f9b5f2dedf06e88e37f0212d9f25f6af2ef921e235546cd5d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,558
Size: 1.00 vMB
Total Fees: 0.00742849 BTC
Feerates: 34.33 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (99,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.