Loading Tool

Explorer IconExplorer

Memory Pool

44,108 transactions
27.31 vMB
0.07979128 BTC
Random Selection Loading Transactions
Max Size: 142.64/200 MB

Candidate Block

Mining Attempt ca742052813e233bab748ffedf5617bdf97a261beede227bb86bf4982fc824db
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 57a86eac7c2a873bfa10d40399d6c8554d28704f1b3385975cd6762ef11cadb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,401
Size: 1.00 vMB
Total Fees: 0.02675447 BTC
Feerates: 150.77 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (202,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,024 712,024 00000000000000000008a854e6c02821801069ceec020cf492ef9110dc621d13 2,792 1.00/1.00 vMB 31
712,023 712,023 0000000000000000000a0b9bd4c5634332adb8ab1a0ceea4704876a6e332aba6 2,581 1.00/1.00 vMB 10
712,022 712,022 000000000000000000069de5e0c8e5defe8da8d21977c485b1ca93faf9f74f04 3,022 1.00/1.00 vMB 3
712,021 712,021 000000000000000000053b881b7cc4e0b6e6d1ff389632d7dc04cb968dbb1cf4 2,686 1.00/1.00 vMB 19
712,020 712,020 0000000000000000000c8cfe12dbd35103bc32e23cebfb86555ef756fbef6c0a 2,831 1.00/1.00 vMB 4
712,019 712,019 0000000000000000000171018ddc9f32139a1f0d24c6c7b436eeb27870ed6a11 2,814 1.00/1.00 vMB 8
712,018 712,018 000000000000000000027c48e4dfc019a4dbe6406012be1217a01086c05cefbc 2,134 1.00/1.00 vMB 10
712,017 712,017 0000000000000000000821f060c9c6d53a9790c5a714b241c5869b41be303bc1 2,409 1.00/1.00 vMB 14
712,016 712,016 000000000000000000035e0d036ecd9932ae83a4f36da9386bd8476b88943575 1 0.00/1.00 vMB 0
712,015 712,015 000000000000000000075b4adeb64b7a56aaaf64d2cf674d6abd8fd134151cb2 2,861 1.00/1.00 vMB 24
712,014 712,014 00000000000000000000cec5a76c133cd26313b21a0a82a699b6e825675a28f5 2,563 1.00/1.00 vMB 15
712,013 712,013 00000000000000000002492fb95598001a3dbdbfa760f5c9a94a6135b7edd5be 2,790 1.00/1.00 vMB 27
712,012 712,012 00000000000000000002f61cf8db8aaa0ba5c50dd0edf7052d5866c36a7a89b1 3,028 1.00/1.00 vMB 26
712,011 712,011 0000000000000000000a8907c4f5568482267ee18c46790af359cc476341471f 3,018 1.00/1.00 vMB 24
712,010 712,010 0000000000000000000c62f9ec344551d1acfdfc640f03c68567665d38f5fcc4 1,785 1.00/1.00 vMB 9
712,009 712,009 0000000000000000000a8212046bc2e4752c94ccb0b5b729ed68e121b39cc2cd 2,786 1.00/1.00 vMB 7
712,008 712,008 00000000000000000005e2d226a68bf61f03876d028d12d16aee4446e9bf9acb 2,565 1.00/1.00 vMB 6
712,007 712,007 0000000000000000000911bd3d6e5fb01012b8d49f41da4e723fc316ae040b17 3,526 1.00/1.00 vMB 7
712,006 712,006 0000000000000000000a9374806bf49d3501170ace4492a9a9c343031d462902 2,513 1.00/1.00 vMB 6
712,005 712,005 000000000000000000017f0edba710a35396eb1c0a10bcb36e3291bf6aee7724 3,664 1.00/1.00 vMB 8
712,004 712,004 00000000000000000009c27f1cc8459e0991a50a77ecda47889851a5eeed772d 2,666 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.66 GB
    • Received: 14.00 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.