Loading Tool

Explorer IconExplorer

Memory Pool

77,807 transactions
29.13 vMB
0.07375980 BTC
Random Selection Loading Transactions
Max Size: 178.57/200 MB

Candidate Block

Mining Attempt bca0a63aa5c507408e7860c9c81a58a8fdb33103be5bd8b613df74b9a591519d
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root cb0fc460f30163976a2d27ffe2652089af8f07c1afcb35ad72f8a2e2040d2c3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,892
Size: 1.00 vMB
Total Fees: 0.01016212 BTC
Feerates: 301.25 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (433,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,090 482,090 000000000000000000c5a08c3871bb4d977431e8da09d46179724ec7508b8223 2,008 1.00/1.00 vMB 270
482,089 482,089 00000000000000000020126b496c7d8e911c8150bbed3a434966f0dcaf723fbe 2,583 1.00/1.00 vMB 298
482,088 482,088 00000000000000000014926b3dd8fd557f12c1baa43ce72e2e4f9964fa6c8fbd 1,795 1.00/1.00 vMB 221
482,087 482,087 00000000000000000086b374be56d5ab212b13c833df70576d3248297a6f9dc1 2,323 1.00/1.00 vMB 281
482,086 482,086 00000000000000000132120d391b476ceef15cd37e7456d4b2d367d3571c11c6 2,724 1.00/1.00 vMB 298
482,085 482,085 000000000000000000e30a00151266431393d0de3fbe99a94a60f15aec631bae 2,081 1.00/1.00 vMB 408
482,084 482,084 000000000000000000d5a30e2e3259550a40f34b608ac269f35944129a710de7 2,014 1.00/1.00 vMB 474
482,083 482,083 000000000000000000fdf0b7a13eac5dbc0eaf0de05aee3fc8f046fd0dc88145 2,082 1.00/1.00 vMB 490
482,082 482,082 000000000000000001332d86c8c2c1cef74971a88df7c769443b16ecbff43cf5 2,056 1.00/1.00 vMB 408
482,081 482,081 000000000000000000aa40d547b0006122283241c6f8e1fd3e1a03558c2768e3 2,481 1.00/1.00 vMB 369
482,080 482,080 000000000000000000ba612bcee6212d2e43a1b8960e9b42d8a8292a1ab431de 2,455 1.00/1.00 vMB 305
482,079 482,079 000000000000000000c7e14110a64049dba58ff5a171aeaf0708c0273ad56cd5 2,329 1.00/1.00 vMB 372
482,078 482,078 00000000000000000017f1cd192f8ccbbcf3a56a6892de331f82301a487898be 2,521 1.00/1.00 vMB 383
482,077 482,077 000000000000000000ec130be16b318ef1fe18b3ba11293f2640fea62f35417a 2,122 1.00/1.00 vMB 517
482,076 482,076 00000000000000000060f20049459ea54649e8cf35db829ef6d185f3328c1cef 2,746 1.00/1.00 vMB 320
482,075 482,075 00000000000000000060b3361fd23ec94414fc9db51b2fc1589f19b2ff4d85fb 1,788 1.00/1.00 vMB 499
482,074 482,074 000000000000000000f9a5dc8661e12631a816c62dc1129480db19a7cee9ff0b 1,754 0.99/1.00 vMB 278
482,073 482,073 000000000000000000ec6089eec64ac89c46d218c3908b848c2fa161bd6ff598 2,054 0.99/1.00 vMB 403
482,072 482,072 00000000000000000055e4725b28571b07664017735f9994b949f316742fdd6e 1,951 1.00/1.00 vMB 366
482,071 482,071 0000000000000000008ad8c0b150bd3a284487ad124c8cfce0b8663e517beef0 2,030 1.00/1.00 vMB 463
482,070 482,070 00000000000000000114f39ec328900bfe12f4d9493d23533de51e96bebfefe0 1,943 1.00/1.00 vMB 335
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.01 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.