Loading Tool

Explorer IconExplorer

Memory Pool

48,748 transactions
28.26 vMB
0.08073902 BTC
Random Selection Loading Transactions
Max Size: 150.89/200 MB

Candidate Block

Mining Attempt cf64d7e27aa713ca22d6bf0de038cbb85553204f2cbd5e1369da762313bd2b3b
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root dd4761fac4bed3dc2d86bb6c2f70ddf5b0e66a011dc1c6a0598990399253bd47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.02683169 BTC
Feerates: 500.45 > 2.69 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (170,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
744,149 744,149 0000000000000000000232fa5789f8352813fe727c7be1670527b89eea5cbfd7 2,512 1.00/1.00 vMB 15
744,148 744,148 000000000000000000048a8e42989cc122f1269a8c6fe649f9701205f22f9672 2,336 1.00/1.00 vMB 23
744,147 744,147 00000000000000000004b258da9a3d52d0b7caa6f85e09ec90cfe9c5d0eb5c81 2,501 1.00/1.00 vMB 10
744,146 744,146 0000000000000000000299743a1beaaffeb12478530a953667610f008e76dfb5 2,763 1.00/1.00 vMB 29
744,145 744,145 000000000000000000072e0e5726c212ec4b5418e3692f737d15961015d27415 2,765 1.00/1.00 vMB 29
744,144 744,144 0000000000000000000625ad4145cc2bbd3f963d5145dd7faf02d6667a24d0cc 2,322 1.00/1.00 vMB 15
744,143 744,143 00000000000000000003895d8c165618c2c5ce1454853299513cf65d9ee0f74a 1,542 1.00/1.00 vMB 19
744,142 744,142 00000000000000000002a8f37e2cd5150c7d685f1b18f8a3d828433c4c55f654 2,085 1.00/1.00 vMB 24
744,141 744,141 00000000000000000006aa76d4c6c3c3405ea08e1be2216cd3919fe0cfec22d9 2,343 1.00/1.00 vMB 13
744,140 744,140 00000000000000000008ea211f2caa104434bfc23b5b4837630b5eae4e55ea31 3,088 1.00/1.00 vMB 22
744,139 744,139 00000000000000000008bda54e6ac7e771e8b2deca754f8dbe0bac843481bed0 3,465 1.00/1.00 vMB 29
744,138 744,138 0000000000000000000238b153ba4ee3efdcacb8ffcdd894d3d32dff60c837b2 1,631 0.57/1.00 vMB 17
744,137 744,137 00000000000000000004a94114ffc8a8a884986a0ac0c0a4299264b9d9e6f1f5 841 0.23/1.00 vMB 19
744,136 744,136 000000000000000000017cbf3b750b1de433d17d04c3db2cdd8bad5a5fb7c319 813 0.34/1.00 vMB 15
744,135 744,135 0000000000000000000667dda1f8c0c17941891f768b219336689531c0ca7b7c 1,439 0.91/1.00 vMB 7
744,134 744,134 00000000000000000008b8ce30966112689c4b0c037dd1905204464476e6373b 1,955 1.00/1.00 vMB 18
744,133 744,133 0000000000000000000993b3cdc6c0f66c0f2ab210d2ac250db90874e826b646 2,130 1.00/1.00 vMB 7
744,132 744,132 00000000000000000005ef5bbde2ac8722e3ea1937d2848e8a72dd0c99499fa5 1,708 1.00/1.00 vMB 15
744,131 744,131 00000000000000000008ecf4129edcb0013ca86a6d052fc1ab44ee5258d812b2 1,992 1.00/1.00 vMB 19
744,130 744,130 00000000000000000002e2f9d53d40ddd962cff7b14fbc210d299e9a7e8552ab 2,027 1.00/1.00 vMB 29
744,129 744,129 000000000000000000026e8cf6c5a8d23f01c24debf48a85a53542e7527f9a37 1,766 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.