Loading Tool

Explorer IconExplorer

Memory Pool

73,464 transactions
28.33 vMB
0.07798296 BTC
Random Selection Loading Transactions
Max Size: 167.69/200 MB

Candidate Block

Mining Attempt e737c51cbe77ecd82150bc1aa49568b5fcf29c5d13675558240ed7cc1a096f01
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root ab39762a08c6e98d82ce8181ecad5b3432a3dcb8c0465a50b16ebfc08780922f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,561
Size: 1.00 vMB
Total Fees: 0.02120840 BTC
Feerates: 152.31 > 2.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (235,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,288 679,288 00000000000000000004cc115cdc796eefbbb9cdfab8bcf5ee12f12a75ebebb2 1,855 1.00/1.00 vMB 115
679,287 679,287 0000000000000000000c068065fed7cbc897cbc4fb32768858f64e118aabe555 1,915 1.00/1.00 vMB 63
679,286 679,286 000000000000000000093d7ee4869467d050eb3672118467904b807675d12bdb 2,166 1.00/1.00 vMB 43
679,285 679,285 000000000000000000048c1f6148075b2212b366cd6fa5f95a9eec8968921379 2,373 1.00/1.00 vMB 42
679,284 679,284 0000000000000000000af7dd882d6605909b96c86121897e11ede71301bbf3ac 1,806 1.00/1.00 vMB 51
679,283 679,283 0000000000000000000b24c7a05d7e851c302d59a6b6962190b6d7c5c55b4137 2,125 1.00/1.00 vMB 78
679,282 679,282 00000000000000000008a540d4732aeddeef85e69ea884ed0ad2b3e8cd069d11 2,283 1.00/1.00 vMB 66
679,281 679,281 00000000000000000006e9b5a78e820278ee51ea45027c80eccccaab934c8281 2,339 1.00/1.00 vMB 83
679,280 679,280 00000000000000000004da5101ffe05e1f6b5f491e4f68a330cd63697a1aaed2 1,584 1.00/1.00 vMB 92
679,279 679,279 0000000000000000000110ebca582ca0e14d126d8b54a13fda9390e5aefe30d8 2,372 1.00/1.00 vMB 122
679,278 679,278 0000000000000000000516c67638029caad23c4d2d8bc6a071d37cb1522902b0 3,045 1.00/1.00 vMB 46
679,277 679,277 000000000000000000044735417971853f62f31c41b7a6617ec44a26d5168bff 1,964 1.00/1.00 vMB 56
679,276 679,276 0000000000000000000738b49b93adabc44011c33d653bc970686bb32d73bf50 1,630 1.00/1.00 vMB 111
679,275 679,275 0000000000000000000794521a780c9b5f04dded865cd613cdcb3e1cc7e86c93 1,780 1.00/1.00 vMB 86
679,274 679,274 0000000000000000000471a7c15acc08a036637008cc1b3b1b822b5f19c6ce9c 2,090 1.00/1.00 vMB 67
679,273 679,273 000000000000000000038b791715d1443e6620f9831a96fca0c8eb2e0ba93585 2,571 1.00/1.00 vMB 41
679,272 679,272 0000000000000000000552041d753e5c7e5a5f564bb65f805a03645d0cde5ef2 2,571 1.00/1.00 vMB 83
679,271 679,271 00000000000000000003222ea1f75fc6d56ede0916c037cd4f170c0264f9b621 2,064 1.00/1.00 vMB 100
679,270 679,270 0000000000000000000c0f005a69e6ef97d1fd9453f41a8240af3b97c51acc1e 2,348 1.00/1.00 vMB 85
679,269 679,269 00000000000000000000e172e4dfc65d62193532d4a64b47b2887d2132970031 2,248 1.00/1.00 vMB 59
679,268 679,268 0000000000000000000c194d8061f28a71bb091afcb540f8b1fbc9d27572a3ac 1,389 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.45 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: 667.47 GB
    • Received: 15.25 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.