Loading Tool

Explorer IconExplorer

Memory Pool

77,073 transactions
28.62 vMB
0.06472295 BTC
Random Selection Loading Transactions
Max Size: 173.69/200 MB

Candidate Block

Mining Attempt a8a0433ffeda80233c009c6246bf9d0268cdd74e4d0ed1d839b9b581c5a69081
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 7213d0db822ff747c557a50b729899385b49e065e48859d84aff2a28737bdf2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,674
Size: 1.00 vMB
Total Fees: 0.00531833 BTC
Feerates: 100.28 > 0.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (549,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
366,028 366,028 0000000000000000029e889d57623e8af62c09be469193120639f5f8c9ef742a 513 0.94/1.00 vMB 11
366,027 366,027 00000000000000000a6a665ccdc60fe028412cd5a7553f84af774f63bae10640 767 0.93/1.00 vMB 18
366,026 366,026 0000000000000000139f915b3cefe14f0608f7ba9d16d0594a3af7767fb7e652 1,303 0.75/1.00 vMB 38
366,025 366,025 0000000000000000139cbfaaac9920e5ccdb6931c6b0e830933f3573a916f906 2,166 1.00/1.00 vMB 46
366,024 366,024 0000000000000000106693bc5fcf1a7197b24d6de74fed9310c1b38f76fd2e4b 1,030 0.58/1.00 vMB 36
366,023 366,023 00000000000000000e83bd062de52ed1ca17699a697ffdd53bd867c5c39a6eb0 1,083 0.99/1.00 vMB 18
366,022 366,022 000000000000000000386c8e3b8e6b412ff68a101aafceb343cf23cc4d175e67 151 0.75/1.00 vMB 2
366,021 366,021 00000000000000000e7bdba7f2e9dba42b2acd532b0cb4bc364e893437a6248c 1,300 0.99/1.00 vMB 20
366,020 366,020 00000000000000000edc1ff36ed8bb597c9ee2ab2d2cbe1ea09868d5ec8790f2 1,860 0.95/1.00 vMB 42
366,019 366,019 000000000000000006d2a5e0f25c2e7d6a64420625bfd2905bf03482087531ee 1,196 0.93/1.00 vMB 42
366,018 366,018 0000000000000000014f00dd814caa58257c11e81076dabfe15a7662eb8cf0e2 1,355 0.67/1.00 vMB 43
366,017 366,017 0000000000000000092fb762e5f131ddf1d881dc76de03b2631e79ede715eca2 723 1.00/1.00 vMB 10
366,016 366,016 00000000000000000f7bb5015eba17d937a40bd8521d3059097c45d2c88a0568 347 0.25/1.00 vMB 30
366,015 366,015 00000000000000000528639a749004c7806e346a3f69d4e82a7814da0377afe5 240 0.19/1.00 vMB 13
366,014 366,014 00000000000000001507ab8ceeabe5b67aee1029075f2e28df9bcc4e63f59002 1,037 0.55/1.00 vMB 40
366,013 366,013 00000000000000000aa8a12f05deddfeec994895362aed008784de98e9be6b63 1 0.00/1.00 vMB 0
366,012 366,012 00000000000000000b094e69dcc970f078646538f1c1921ee8b694129e0935ca 1,470 0.93/1.00 vMB 29
366,011 366,011 0000000000000000019e7b188723e8dfdb68c61416f9c2c938b1870e41ea9353 147 1.00/1.00 vMB 1
366,010 366,010 0000000000000000098c8e166af188db07e9f9912f3be88e144c660076e89cbf 284 0.99/1.00 vMB 4
366,009 366,009 0000000000000000141aede3cbfcd3fcc966efc35ae3c48a993c365f83ca9cb7 1 0.00/1.00 vMB 0
366,008 366,008 000000000000000002b9f94c7c40e66add49f9b8e4fffbe7aeefbdeb2bea39d2 476 0.93/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.