Loading Tool

Explorer IconExplorer

Memory Pool

76,271 transactions
29.19 vMB
0.10547714 BTC
Random Selection Loading Transactions
Max Size: 172.54/200 MB

Candidate Block

Mining Attempt 957d2498c8f7e1892e45a88a864c2c7de21b0d6636b0d85133d5fac075c42eac
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 2b133495c7b1734a2b5489a18dffa0752b38e4f9d2115713b8cea74e6cbdc463
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.04252115 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (113,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,654 801,654 00000000000000000001c6a5de43789e02ce2b996e172807642be1149ab43037 2,430 1.00/1.00 vMB 16
801,653 801,653 000000000000000000035c37165659e22104cca3dbaae141135aa9d7e8c8dd4d 2,835 1.00/1.00 vMB 23
801,652 801,652 000000000000000000011a9296e749b83129b3126d2e6095ce9b7e35f12b5ca7 3,806 1.00/1.00 vMB 21
801,651 801,651 00000000000000000004d39a86eb34c09e8d5ac2a311671204c86a0c96ceea45 2,137 1.00/1.00 vMB 13
801,650 801,650 0000000000000000000434854fea1bd05d10e4630b3720a8e26f9628e2eb7f6c 3,104 1.00/1.00 vMB 16
801,649 801,649 000000000000000000032aec3be9a82e1ba18e22d127ad241fd9aec345c65cda 2,026 1.00/1.00 vMB 14
801,648 801,648 00000000000000000000da72b7b5bdf19907d3e969f89f398eee21c243ac3e3a 2,469 1.00/1.00 vMB 23
801,647 801,647 000000000000000000003942a9eaef594b79d0588979a66e707f82d3ffbfff36 3,444 1.00/1.00 vMB 25
801,646 801,646 000000000000000000003e2ea703b1383dd962f22a271ed32d91c95ac62aa7c2 3,120 1.00/1.00 vMB 12
801,645 801,645 000000000000000000006ff663aeca493cb7ef472be238b93043f1ba8dda2a60 4,649 1.00/1.00 vMB 10
801,644 801,644 000000000000000000050173235ad8d8bf0129b55fc5c90d34df6ace6dd9c42a 6,145 1.00/1.00 vMB 8
801,643 801,643 00000000000000000001f626a6e5b139cf612f59dce3d4869d77741d89c51b88 2,836 1.00/1.00 vMB 6
801,642 801,642 00000000000000000001a3ba9756ad679470ffb07de1d109726403485d37ab2c 1,954 1.00/1.00 vMB 8
801,641 801,641 000000000000000000018f288716b9055a5cf4cdc9bfc10260fd2e027d583201 3,690 1.00/1.00 vMB 23
801,640 801,640 00000000000000000003522a72d4bebc9a66e63983b2de31100367ae71e48f37 2,157 1.00/1.00 vMB 13
801,639 801,639 0000000000000000000522acd69865c910da0c1087f48146d9196046e6f6af48 2,369 1.00/1.00 vMB 16
801,638 801,638 000000000000000000036a9c97b40e9503156193016211aa9add4f36916a9d72 2,250 1.00/1.00 vMB 9
801,637 801,637 0000000000000000000337792d7fcb7edb921c03d7e89d7d7fe85d9a0faacff5 3,251 1.00/1.00 vMB 19
801,636 801,636 0000000000000000000092a2966a3ba581141aca27f97cc2e1623b2093c1e9f7 2,635 1.00/1.00 vMB 20
801,635 801,635 000000000000000000051b9bd2ae703d3158439df05fd5df74f20b4546d884d7 3,518 1.00/1.00 vMB 28
801,634 801,634 00000000000000000002ad5551fd5d685469d12c604ed846b27943facf34143c 3,730 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.