Loading Tool

Explorer IconExplorer

Memory Pool

78,969 transactions
29.45 vMB
0.06725831 BTC
Random Selection Loading Transactions
Max Size: 177.26/200 MB

Candidate Block

Mining Attempt 55e8f56591b5a65f56166931b254fa8d432412128f098f1fbeb04729d7d0116b
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b7c5af03fa14f022225e3171ca0e462d013851c4c57ba2008364a3317f1fc929
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,391
Size: 1.00 vMB
Total Fees: 0.00747070 BTC
Feerates: 150.77 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (185,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,151 729,151 000000000000000000001009ecb49c9f6215131cab1e52e475253bcd0315859c 1,908 0.61/1.00 vMB 8
729,150 729,150 000000000000000000024766e77747091f1c7ed7a07163f1350b71b5253c84b3 1,741 0.74/1.00 vMB 7
729,149 729,149 00000000000000000009fb06b1e7bf2146fe68d1a5cf1a9d4b349e1c50512d8f 1,797 0.72/1.00 vMB 7
729,148 729,148 00000000000000000003632fbbbb8025b969320c7ded5efac985cd2f1804512c 3,207 1.00/1.00 vMB 9
729,147 729,147 0000000000000000000a3060aa0beaa8ea398b80a7132e2fabb1138e83d408cf 2,013 1.00/1.00 vMB 7
729,146 729,146 00000000000000000006a2b7d41c06f8b6cc93a6420038cc8a58dcf301cfd04e 1,437 0.93/1.00 vMB 5
729,145 729,145 00000000000000000003292e0dc7f5a6c9b1d64e9a6b1c9c6cebb506e3766191 443 0.69/1.00 vMB 1
729,144 729,144 00000000000000000000fb503373f633cb4617f88c72b8c93a3d90380f2f5bf9 2,392 1.00/1.00 vMB 3
729,143 729,143 00000000000000000000c340c5e7b8fa03b1b4ad544ae5b8ec363d4d7b5d6864 2,572 1.00/1.00 vMB 5
729,142 729,142 000000000000000000071f9a6b4d9757b9c7051c18d2a3d5cc3280120d6006d6 2,929 1.00/1.00 vMB 10
729,141 729,141 000000000000000000087a2c5108b77a05fa373929102946e949ec2f86e280e8 3,650 1.00/1.00 vMB 8
729,140 729,140 0000000000000000000428de17a39ff3196c5491d27235651d9ab2ce80485652 2,403 1.00/1.00 vMB 7
729,139 729,139 00000000000000000003fef3c22a8e992c8465057e48548c32d5f18cc86b0202 1,138 1.00/1.00 vMB 9
729,138 729,138 000000000000000000017589ddf4f498a8d74dcb8d34196f2092376e319d30db 3,100 1.00/1.00 vMB 7
729,137 729,137 0000000000000000000011eb1df9b6f4abe7f66a8f8a8763b1c1404f91d3d3d3 2,307 1.00/1.00 vMB 9
729,136 729,136 0000000000000000000179028b87ab32edc2c1523cc8973851560b75d7244df8 1,686 1.00/1.00 vMB 7
729,135 729,135 00000000000000000002ac290039a7108724c9d0b51c7ae6732f5110414e7158 3,070 1.00/1.00 vMB 14
729,134 729,134 000000000000000000030bc46b05499ea21cf921b12755e6360565a3fc2fded4 2,662 1.00/1.00 vMB 10
729,133 729,133 000000000000000000005b31c93fd07fd9a27ef6608f386ba4037874c9c49a87 3,023 1.00/1.00 vMB 5
729,132 729,132 00000000000000000007a466edcf2288a31919f91291af287a41b7207cbec73c 2,732 1.00/1.00 vMB 12
729,131 729,131 00000000000000000006f69196d17c17e81b0604f851d23c52eaff22447b522d 2,110 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.38 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: 664.29 GB
    • Received: 14.96 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.