Loading Tool

Explorer IconExplorer

Memory Pool

69,525 transactions
30.93 vMB
0.08198313 BTC
Random Selection Loading Transactions
Max Size: 176.58/200 MB

Candidate Block

Mining Attempt 374886a773f25136c5ee46396c5a93cc068396e1b6237c423f2c00c1a9ee5471
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 31c632786f3890fcaf23da7e2bc54c7c181cad1cd91658c7176b2d7c7387f4c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02149876 BTC
Feerates: 150.93 > 2.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (223,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,673 691,673 00000000000000000008d04f69af987619f20f6a2c2a925bda65e853cc7098e9 2,027 1.00/1.00 vMB 27
691,672 691,672 0000000000000000000e5adeddd4ccf2208d35f437883ad8426de9c5d6080757 1,900 1.00/1.00 vMB 33
691,671 691,671 0000000000000000000b8d12758afbaec2575fee9ccd0ac6b9ca41b01fa3a4c9 212 0.13/1.00 vMB 22
691,670 691,670 0000000000000000000e6a6a0c859ab00b92c75d7e2a6643a530e5fc03cd5abc 263 0.16/1.00 vMB 20
691,669 691,669 00000000000000000000b88a682e96dd1c6b93be32c111f28b333783f46c8b19 52 0.06/1.00 vMB 92
691,668 691,668 0000000000000000000b6e1d7f0921a48618853d2d5979d8fa0c24d4831124c5 640 0.49/1.00 vMB 30
691,667 691,667 00000000000000000000fa50b1f2988a23d369a2ef560fcc2794c6892e1c4f4a 101 0.03/1.00 vMB 16
691,666 691,666 00000000000000000011a92c2eed7dde4938c6d75952937e152b4b969a446938 787 0.46/1.00 vMB 16
691,665 691,665 0000000000000000001135a31caa86d4a1a9a94f04d0d7af6177667e05628f31 53 0.02/1.00 vMB 20
691,664 691,664 00000000000000000001391931102a8474f49ee4051e67614f70f2965d5e00d4 1,714 0.97/1.00 vMB 15
691,663 691,663 00000000000000000009befc084d34a6f39599b43aba3e884ce118b0b13ba40d 1,071 0.51/1.00 vMB 4
691,662 691,662 00000000000000000001dcc446202a37a096d88ac873a8fe7fc2ba93d21f8c40 348 1.00/1.00 vMB 4
691,661 691,661 0000000000000000000526f1e3c0f4d96f495a369c4e1359458445a43a0c1c68 649 1.00/1.00 vMB 15
691,660 691,660 0000000000000000000eb5c4c2a7dce0451a3385fcb441e7d98c4b26507c84f8 991 0.55/1.00 vMB 23
691,659 691,659 0000000000000000000fe69f0f17b9343049c8ca359536cf7a46ae7e56c88d66 430 0.20/1.00 vMB 18
691,658 691,658 000000000000000000117be0510e6ec4a4c66cad33f76fd3781106a053c71f76 1,699 0.90/1.00 vMB 27
691,657 691,657 00000000000000000003974c41b863b779d110bc9de7b16a538968c7b4c4a99f 633 0.83/1.00 vMB 14
691,656 691,656 00000000000000000007f69aba25ef7907c9cad153f2a65f8a30f9ec26558957 688 0.90/1.00 vMB 5
691,655 691,655 0000000000000000000179c7edd8e5139faf4ec315af8b7bc93e9d36cfd1b324 1,870 1.00/1.00 vMB 18
691,654 691,654 0000000000000000000dd2a34ff67dfe3301aecc63dd2b59ba0142592aef6ea8 870 0.59/1.00 vMB 20
691,653 691,653 0000000000000000000b59fffa88017c0b96c7ac9bb926bd298b2022d45e1e9c 778 0.33/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.