Loading Tool

Explorer IconExplorer

Memory Pool

78,950 transactions
29.42 vMB
0.08332900 BTC
Random Selection Loading Transactions
Max Size: 179.84/200 MB

Candidate Block

Mining Attempt d191715e7d4e2c266f0d58091163ac2f28e558d6850449826345847a0fea14cb
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e70ec51b8ebc268e9529a0fac418c442c5f5de7d2999418346e8a45d0f8a82bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.01874220 BTC
Feerates: 402.60 > 1.88 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (456,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,812 458,812 000000000000000000939a0bf3c4d93c517769081b2ceee35bf7a1d33ee8a292 2,013 1.00/1.00 vMB 125
458,811 458,811 00000000000000000118d13ff110eee6b543413face3338ab45719bb69a84f10 1,014 0.75/1.00 vMB 215
458,810 458,810 0000000000000000015c257000335c402faa0a3919cf00c858898c4e81a22ab8 1,665 0.80/1.00 vMB 122
458,809 458,809 000000000000000001875cbf26489648c68035aaf2ccc8e6a047d7b593fd64ad 2,003 1.00/1.00 vMB 155
458,808 458,808 0000000000000000022eabf8580078a72ac4f1a2f3cf5dc8e710a9b1059c203e 2,616 1.00/1.00 vMB 209
458,807 458,807 0000000000000000004dee765e8915e5a6406f12886063156b5d07f57b7e0eee 1,283 0.71/1.00 vMB 109
458,806 458,806 00000000000000000056f49659d232a7e3143c9c580ea053bb3044b729b91c64 2,543 1.00/1.00 vMB 185
458,805 458,805 0000000000000000020531ff34e758fba354d2f478f4a57a452b4bb8580f2923 1,135 0.53/1.00 vMB 174
458,804 458,804 000000000000000001143e96fd7a7902eff16ce51168f66a7089601e7b45a544 756 0.36/1.00 vMB 177
458,803 458,803 00000000000000000180e6997cb40b9e14361a63a9d3b3e52320de4248c39411 1,722 0.93/1.00 vMB 177
458,802 458,802 000000000000000001fcc9f07d03f5e21a2c7abba0e8cb1cd81193eeea2d16f3 1,751 0.82/1.00 vMB 170
458,801 458,801 0000000000000000021526dea0eb84ba85d559ff79e48f77a42ebbd1b07f11be 1,377 0.65/1.00 vMB 181
458,800 458,800 000000000000000000e9ba7dab685aaa698d8b81a7987e9bf568ffe18df0ad79 1,878 0.88/1.00 vMB 175
458,799 458,799 000000000000000000f296030fa606262b20d54aad5d58cc5d257ebad4a3da0d 1,489 0.70/1.00 vMB 173
458,798 458,798 000000000000000001f5226018e60f58549060d1701c527b3bf75e2c043b023c 726 0.44/1.00 vMB 143
458,797 458,797 000000000000000000d9a3ba64c2a4b4d25ebd15e6c943c33f52c22594955fa6 703 0.44/1.00 vMB 89
458,796 458,796 0000000000000000005d177fe932842157aefb5b94d2ad4edd2235e0e348cc55 732 0.29/1.00 vMB 180
458,795 458,795 000000000000000000f8ec56b1b44485725bae78973b248e7867e363223be012 1,085 0.58/1.00 vMB 129
458,794 458,794 00000000000000000067099dd2b0c5a3eb8b8552361179150c0f7e20e2332b94 2,178 1.00/1.00 vMB 173
458,793 458,793 000000000000000001a9bfe5bc3c1d45dc7fdd106e7df0df9ef65de6cf32f061 2,185 1.00/1.00 vMB 196
458,792 458,792 000000000000000000e6fb01419ff74b660a22e4ac472ee48373bda071a2b56f 1,833 0.94/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.