Loading Tool

Explorer IconExplorer

Memory Pool

76,659 transactions
28.22 vMB
0.08688016 BTC
Random Selection Loading Transactions
Max Size: 171.86/200 MB

Candidate Block

Mining Attempt e8ea6e720b5262d2201b1b3044bd2ed4f86efb399ce8c5946371afb0a07dad27
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5945c75403aa3da5b2abf04e07c9258890a0e9a8e4439e9b5c05b10f830d87a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,861
Size: 1.00 vMB
Total Fees: 0.02523473 BTC
Feerates: 150.93 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (90,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,185 825,185 00000000000000000000267e363d2fb62ce3d8984437ccc21cc6a1005e3bf033 3,100 1.00/1.00 vMB 55
825,184 825,184 0000000000000000000061a146d29236cb77cfff4cc676d44989e5e5ffa0714e 1,306 1.00/1.00 vMB 35
825,183 825,183 00000000000000000003cc0d7d51b84a87ed5b436b2f030bb4aa4bd76ad7cea9 3,623 1.00/1.00 vMB 66
825,182 825,182 00000000000000000001aa98b78670bc8fb580212ec267073b4a3d72aa47328c 2,644 1.00/1.00 vMB 39
825,181 825,181 00000000000000000001a79d1975ec91e1b56d917ba0b7d512d85f7ba2987b9c 3,567 1.00/1.00 vMB 76
825,180 825,180 00000000000000000002f7bb235ee2512d969e49628a203c886207a15bce7fa1 2,915 1.00/1.00 vMB 46
825,179 825,179 00000000000000000002776d0e43411a88cae45efd0278caf6dbd207262374f3 4,863 1.00/1.00 vMB 76
825,178 825,178 0000000000000000000048767483a3267d8aaf2969ef7f4d500df3f5dab3582f 3,601 1.00/1.00 vMB 65
825,177 825,177 000000000000000000009075a598ead1dd2ada99ec2c272513cfac5dbdbb1ad7 3,174 1.00/1.00 vMB 77
825,176 825,176 000000000000000000035826f63c892190389daae72ef70cb0a75be0fc143559 3,525 1.00/1.00 vMB 84
825,175 825,175 000000000000000000023e72934738fa9e1618a6462967d6844fbf38cee6f6f2 3,323 1.00/1.00 vMB 118
825,174 825,174 0000000000000000000167f359c21a75c462de1fbcb31be89251b3ceac20dd99 3,185 1.00/1.00 vMB 138
825,173 825,173 00000000000000000001a205d787d80a0a146830581c33e026a83161a56282c2 3,074 1.00/1.00 vMB 80
825,172 825,172 000000000000000000029a62ae4a523ba7da409283433740693de21c6527c1a8 3,526 1.00/1.00 vMB 67
825,171 825,171 00000000000000000000be7d1026d8c4aa0b8a903bbe1d2c53e0e8deab0d97d4 3,035 1.00/1.00 vMB 42
825,170 825,170 00000000000000000001baa920d74b2aa5b2f6c7ff43df00599e2015f1091b49 3,160 1.00/1.00 vMB 43
825,169 825,169 000000000000000000008498bb93ebdf47d9896fbc322a6f09bc615055e2b94d 4,189 1.00/1.00 vMB 57
825,168 825,168 0000000000000000000307046a40553503e7e977523e3975d059773b16e4b279 3,890 1.00/1.00 vMB 62
825,167 825,167 00000000000000000002d4608d2a7969e353d0abf17d1c7eee59d122a4cd4a15 3,601 1.00/1.00 vMB 95
825,166 825,166 000000000000000000011062f899f76c1b76db78db09548465a64b5853ec27e3 2,140 1.00/1.00 vMB 38
825,165 825,165 0000000000000000000354236a3766dde1f335d6b3bc58856388486aecd5e74c 3,822 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.