Loading Tool

Explorer IconExplorer

Memory Pool

52,028 transactions
30.35 vMB
0.26432543 BTC
Random Selection Loading Transactions
Max Size: 160.10/200 MB

Candidate Block

Mining Attempt 79c9b3c766f53abdf561f4ea8940d51b6f0b32c90a0134c9613781a018650f95
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 79c570fe4d707900516e1a5fa98c0b5f40d80441d27994697b6259fb6b5f3fcf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,753
Size: 1.00 vMB
Total Fees: 0.08333919 BTC
Feerates: 229.15 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (69,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,719 844,719 00000000000000000001f05d36c11d6e1c0330e658c109045292dc2f1bdba325 5,067 1.00/1.00 vMB 24
844,718 844,718 0000000000000000000339d8666897e728523692df6ec84507db8dc8068933c0 6,462 1.00/1.00 vMB 27
844,717 844,717 00000000000000000000890ece62858dd7d0d360b875d6d9b8876867b29090d9 4,779 1.00/1.00 vMB 30
844,716 844,716 00000000000000000001326e61e4d714601289a395f6153552953908bf5e3e5e 3,570 1.00/1.00 vMB 37
844,715 844,715 00000000000000000000509b02dff7046595cd4371186c17c34329701fa32a49 4,007 1.00/1.00 vMB 32
844,714 844,714 0000000000000000000087f9a3a5bfd42ca2d89ba2ab79b3c998280aec18fcc1 5,815 1.00/1.00 vMB 26
844,713 844,713 00000000000000000001c6d468e6ffe5814fa634812e5f6166c81cd911d0f5b8 5,145 1.00/1.00 vMB 30
844,712 844,712 000000000000000000012311878c7e33fdbe5c42f5422f04160ce4b4a9dfb9cc 5,404 1.00/1.00 vMB 32
844,711 844,711 000000000000000000005b180b264083abb812902b4a2c2d247ae95c23209076 6,157 1.00/1.00 vMB 32
844,710 844,710 00000000000000000001bdfea752ab124f771c4957faa907444f7de01db29aa9 5,103 1.00/1.00 vMB 33
844,709 844,709 000000000000000000024e964a4ad992f90005fa48cea9c27f3d7be0e7e34dcc 4,026 1.00/1.00 vMB 43
844,708 844,708 0000000000000000000122fb01c4529cf07338d6502dd0f8b22f423512baccc6 4,936 1.00/1.00 vMB 38
844,707 844,707 00000000000000000002488cbfb5e02895e174c1442e5a297045f3e2ecc71153 6,331 1.00/1.00 vMB 53
844,706 844,706 00000000000000000002a40dfb543e64f37fcfb2134324c9582924473b9e7cc0 6,590 1.00/1.00 vMB 31
844,705 844,705 00000000000000000001e57f7a4b36df8481d5b9728d27a6c80dbe5dc77c8435 6,083 1.00/1.00 vMB 30
844,704 844,704 000000000000000000019afb7e91fe04ab7b825fce2801dd90c76129f0bec38d 5,705 1.00/1.00 vMB 27
844,703 844,703 00000000000000000000a2a87e6a371a8d2e63eb61a051333c7a3251b717c723 4,831 1.00/1.00 vMB 28
844,702 844,702 000000000000000000000eb76e9a4fec47bf40eeefa6e6dab7d446fc76ede91d 7,114 1.00/1.00 vMB 20
844,701 844,701 00000000000000000001729bd3b4457b07176d2a759de6a19e71a049df271139 6,766 1.00/1.00 vMB 20
844,700 844,700 000000000000000000021f0c3ef683c699409598845057e4705d73f5bd68fc31 7,071 1.00/1.00 vMB 20
844,699 844,699 00000000000000000001cdc74e5b94be98161708fe4b0d691e72def8685998c6 4,088 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.87 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: 644.15 GB
    • Received: 12.61 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.