Loading Tool

Explorer IconExplorer

Memory Pool

78,701 transactions
29.16 vMB
0.09420045 BTC
Random Selection Loading Transactions
Max Size: 176.25/200 MB

Candidate Block

Mining Attempt c02cf2673d5a2d76611d757c74853274aeef419b5af1040baea5a9bd847fa529
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 68ba4c8ed2e1d7afd2313acf52f99df3f983336853d47f8927c13b397f309dae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,733
Size: 1.00 vMB
Total Fees: 0.03318007 BTC
Feerates: 477.45 > 3.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (145,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,150 769,150 00000000000000000003ac6a7ca0dcca1c00ee480c8a8f45c1c7554fc13cbeb1 2,119 1.00/1.00 vMB 25
769,149 769,149 00000000000000000004dfbb2addb8cc9e7ae13e1944c0d185ecaf249bd75b4a 2,019 1.00/1.00 vMB 27
769,148 769,148 00000000000000000000b6be0a27700eab03fd2442336a3eef3d8198706bdf2c 3,377 1.00/1.00 vMB 37
769,147 769,147 00000000000000000001b13f1da0096e97ebbf6e91c70b1f8ff6424765f4b182 1,895 1.00/1.00 vMB 24
769,146 769,146 00000000000000000004b9bd1f5f1174af31f8a72305c28605452f60371a6403 3,143 1.00/1.00 vMB 28
769,145 769,145 000000000000000000035f7f2677303763d1ba9860174a5b751663f9db5c5b04 3,141 1.00/1.00 vMB 24
769,144 769,144 000000000000000000071df62e2cff299ee7b06ca3753c189e1e98eb3b740b42 2,129 1.00/1.00 vMB 37
769,143 769,143 00000000000000000000dd9a4ffebe27f33a7d37e711e4c739ee81f49641cd39 2,197 1.00/1.00 vMB 48
769,142 769,142 000000000000000000005925f1528e8e512b907ab1db4fe5a573d77d338e230a 1,628 1.00/1.00 vMB 18
769,141 769,141 000000000000000000040dd507b5a75ad37dcce0586ec3f88a31d335c12f86f8 2,664 1.00/1.00 vMB 36
769,140 769,140 00000000000000000007294cab0aa97096f9c5b7911c9392afe99a20118d0f8d 2,515 1.00/1.00 vMB 50
769,139 769,139 00000000000000000000dad5766689dfaeae6de7eb98518e6515e67ec3b4fa10 2,590 1.00/1.00 vMB 26
769,138 769,138 00000000000000000005ef9013451426e0f10b18b746ce74e4bf9491ccdab44c 3,234 1.00/1.00 vMB 65
769,137 769,137 000000000000000000043826cbf5328e662416b30f3ddd171db726eb977ab708 3,073 1.00/1.00 vMB 46
769,136 769,136 00000000000000000002d2daf9b19164f648f467ebbc2a08fb59e2dd7bcd1400 3,285 1.00/1.00 vMB 27
769,135 769,135 000000000000000000073e278ff062e18d58888d660760470c0bc16de4533bca 2,590 1.00/1.00 vMB 36
769,134 769,134 000000000000000000052a7bf42cbc9a2d8dfa1e584706a1bdbdee7e814c1c7c 2,326 1.00/1.00 vMB 23
769,133 769,133 0000000000000000000322af724af8b76a4347221932fbbfb9080f2806e37b5e 2,704 1.00/1.00 vMB 29
769,132 769,132 00000000000000000004af69c0b5e042d124f14c2d101cdf7dabd7d76836962a 2,609 1.00/1.00 vMB 32
769,131 769,131 00000000000000000005398b1e4fc73f796a444a0869259cf3a59661d200da67 3,123 1.00/1.00 vMB 20
769,130 769,130 0000000000000000000504241277766b90381453bf39284d7a188edbf4ff3bbd 2,716 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.