Loading Tool

Explorer IconExplorer

Memory Pool

81,109 transactions
29.55 vMB
0.10461031 BTC
Random Selection Loading Transactions
Max Size: 180.00/200 MB

Candidate Block

Mining Attempt 549dd77862cbf579488a30ad9b94bf8a15d1676cf4b1c3f113e82fe491e68b9d
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root b095bf504cb9ebae0e3e2042d2a79d29a90012c017949b3da4b960ff13b72f4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,179
Size: 1.00 vMB
Total Fees: 0.04242342 BTC
Feerates: 201.05 > 4.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (427,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,991 487,991 0000000000000000001c42ad652d0cdb399697856c7ccf8780b876ebf16edc5a 1,288 1.00/1.00 vMB 36
487,990 487,990 000000000000000000c423ebfe8a934a6cfbd3e8616386dca4b103acec2adda2 1,452 1.00/1.00 vMB 46
487,989 487,989 000000000000000000411ce7f7c1d3c6fb11f8f80c27e734e04ccc8dc54fb1f2 1,965 1.00/1.00 vMB 95
487,988 487,988 000000000000000000f81b328a4cda32e43013883fb69cfffadcd1ee2c8eb6a9 2,470 0.97/1.00 vMB 80
487,987 487,987 00000000000000000012117cb6ee708541d8e78eef9238fa59cd515324a4dfcc 1,857 0.96/1.00 vMB 126
487,986 487,986 0000000000000000009711694675cfd8a06fc0fe231c6a625e2187bbbd761312 2,303 1.00/1.00 vMB 132
487,985 487,985 0000000000000000008e038d4990d7dc91b757cbaf20bb19008977954e847984 2,541 0.98/1.00 vMB 119
487,984 487,984 0000000000000000005d23ee93c7aaa6659d8a46230f9e2ae2b2f01c198bb8bf 2,358 1.00/1.00 vMB 125
487,983 487,983 000000000000000000b5da5bccdb7194fddc455fd86aa5b3419075eef2efd24b 2,580 1.00/1.00 vMB 151
487,982 487,982 00000000000000000049e7ce5360e92fda562db227fb52495cee09e031012717 2,584 0.96/1.00 vMB 160
487,981 487,981 0000000000000000009ce2b25f0858c558ccdc93235733884ca2c966e0049eb4 2,626 0.96/1.00 vMB 173
487,980 487,980 0000000000000000006035aabf3739b8612994933eac9cd9884f1b2114ce4107 2,013 1.00/1.00 vMB 141
487,979 487,979 00000000000000000012c4f7e01aee57cf06cf65bd87f8aadfd2578b38dda9ad 2,316 1.00/1.00 vMB 201
487,978 487,978 000000000000000000d5c0a8280170283a776e2029e4c0ef9c3022ba8ee8f5f6 2,712 1.00/1.00 vMB 165
487,977 487,977 00000000000000000034e6790e3ea04db01dc8233ce1cf07cb75dd962e3b92cb 1,394 1.00/1.00 vMB 61
487,976 487,976 0000000000000000009402be4a4c52dc8cf3785debb18fe7d33549ebe3aaa9c1 1,336 0.85/1.00 vMB 59
487,975 487,975 000000000000000000788186503eb407ff6316fcddcba74a8f5fbea2f6001659 1,968 1.00/1.00 vMB 76
487,974 487,974 000000000000000000b3f38e1610932cd25a885a68b9ede3fab5573044798043 1,203 0.94/1.00 vMB 23
487,973 487,973 0000000000000000001d4dcd41ca3422821af7544b9c0ede4a966b3b2c3b0461 1,706 1.00/1.00 vMB 61
487,972 487,972 00000000000000000042a7726298c8205f415965c26f23c97aa85d9c6fca7846 2,083 1.00/1.00 vMB 82
487,971 487,971 000000000000000000ab719699604f2fae8dd244fb9881bdcb33d3172eaf79a5 2,212 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.