Loading Tool

Explorer IconExplorer

Memory Pool

53,907 transactions
31.16 vMB
0.16657021 BTC
Random Selection Loading Transactions
Max Size: 167.66/200 MB

Candidate Block

Mining Attempt 5951c35986aa587c454473c69a99adfa36046ea2f9541788f0bc6393651d4ab1
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root ee28c6e8ab1a0b99ad791102f09ba2d46bbcc2f22815b59f64b8c6caf0fff242
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,702
Size: 1.00 vMB
Total Fees: 0.08016286 BTC
Feerates: 296.74 > 8.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (262,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,118 652,118 000000000000000000028a98f57cb6ac491b07ef3a6c8f3634c4478b07f5a424 2,078 1.00/1.00 vMB 65
652,117 652,117 0000000000000000000096738873d5e009537cac8b4a385c3e4a75cdfd9a5f05 2,588 1.00/1.00 vMB 53
652,116 652,116 00000000000000000003b0ae9a630963b7e6a9904c1a7fe9045803e111633b4a 2,270 1.00/1.00 vMB 10
652,115 652,115 00000000000000000004b56ddb8a9706c542c258e82c4e6941b65274986b7332 2,621 1.00/1.00 vMB 69
652,114 652,114 0000000000000000000d3fae711e8df1ad8d94b9ad8cca120c6b327863e613d9 3,043 1.00/1.00 vMB 54
652,113 652,113 0000000000000000000d34935da747627130d52870088026e429d756791a0808 2,607 1.00/1.00 vMB 76
652,112 652,112 0000000000000000000426189dbceb8812361c864f52d1e03b44851180067dfc 2,325 1.00/1.00 vMB 41
652,111 652,111 0000000000000000000840153b94edad00306ec3600ced41d1686b2b813767a5 1,979 1.00/1.00 vMB 85
652,110 652,110 000000000000000000092c2955fa666a31846c55c5fa8f0edc2dc266f23804ea 1,510 1.00/1.00 vMB 116
652,109 652,109 0000000000000000000e19f96556dfb70c7e58cc730424fb968a80b4ec9e44c6 2,128 1.00/1.00 vMB 102
652,108 652,108 000000000000000000057f3e4e3b58f8082d7d267334c17747eac12ec195e014 2,392 1.00/1.00 vMB 119
652,107 652,107 0000000000000000000bef5fe18366d2eff90d5bf70e2433e02c1c3e70ae989d 1,717 1.00/1.00 vMB 12
652,106 652,106 00000000000000000004f33afb250ea1d476cf7e6ffee5d7d80bcee20618300e 2,324 1.00/1.00 vMB 51
652,105 652,105 00000000000000000008c878a9db20e0e221569dfb73f9710c4c8becdab8f6a0 2,728 1.00/1.00 vMB 70
652,104 652,104 0000000000000000000d31a5a8b9f556d6bb96ae586104e1152af2db6a90fccc 1,693 1.00/1.00 vMB 27
652,103 652,103 000000000000000000076145c625998d5157c10a557ea2702387b268e379eb28 2,265 1.00/1.00 vMB 6
652,102 652,102 00000000000000000008931855e01f4e43aaa3713d8c3b194128376a639918ab 1,517 1.00/1.00 vMB 55
652,101 652,101 0000000000000000000ab32d9fc9757dcb1b5c4dd9fb99cb3ec54803f19d9dbd 1,882 1.00/1.00 vMB 95
652,100 652,100 0000000000000000000a45621e7894713a54192b58951a050a568b51b81fff0c 2,429 1.00/1.00 vMB 29
652,099 652,099 0000000000000000000189007a3628f9dfb75a12e5adf1e85eab848594a7289f 2,467 1.00/1.00 vMB 58
652,098 652,098 0000000000000000000ac4b27f77d8b827bfae510fb4d92d9d43cbeefe678b90 2,299 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.06 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: 651.15 GB
    • Received: 13.44 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.