Loading Tool

Explorer IconExplorer

Memory Pool

43,933 transactions
30.66 vMB
0.06175717 BTC
Random Selection Loading Transactions
Max Size: 172.60/200 MB

Candidate Block

Mining Attempt c0870f393bd0d64ae1d6e293509386c6798949a4343affa143a9bc4d2e4ebd11
Version 20000000
Previous Block 000000000000000000004fffc0b6065158e18bcfec95fa09bf2d7b3a45f93124
Merkle Root 5fb848ef88197acebcf8cdba1e03e5ac216bd1276b7f985c9877abc69caf6b27
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,546
Size: 1.00 vMB
Total Fees: 0.02129351 BTC
Feerates: 2,119.41 > 2.13 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,816 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,816 940,816 000000000000000000004fffc0b6065158e18bcfec95fa09bf2d7b3a45f93124 2,789 1.00/1.00 vMB 2 ago
940,815 940,815 000000000000000000001e79f9339c7298c0422be47da2f6f063dc940f617ee0 3,643 1.00/1.00 vMB 3 ago
940,814 940,814 00000000000000000000d5f77e30490bd2eaff006280ed0554cd83a04f1cb341 3,436 1.00/1.00 vMB 4 ago
940,813 940,813 000000000000000000005f29d764c194cb3f48f2b5d6dc4120d6f86d10957255 3,829 1.00/1.00 vMB 0 ago
940,812 940,812 0000000000000000000085e0f4aa3b73c2b705a2106dd136bb211f028699155f 3,147 1.00/1.00 vMB 2 ago
940,811 940,811 000000000000000000013b4266ed94e134dea3e2a64de0949d5188a203c29588 2,675 1.00/1.00 vMB 3
940,810 940,810 000000000000000000001a9e640644dfbeaff15d8dd099b2609738abc8c41828 3,495 1.00/1.00 vMB 3
940,809 940,809 000000000000000000004d8fda78ed159fab8fee6e5532fe162b0a1623e564af 2,940 1.00/1.00 vMB 2
940,808 940,808 00000000000000000001214be2af3130d9943e1e4f7cf6aecf083c415f442f42 565 0.26/1.00 vMB 1
940,807 940,807 00000000000000000001da28dd1c0aa3f93fafea6b9e41f1b013445812bc55d0 4,352 1.00/1.00 vMB 0
940,806 940,806 0000000000000000000135fe9952f403ba29b11baa10d0a6d13c423361602195 1,714 0.49/1.00 vMB 0
940,805 940,805 0000000000000000000111876e1c6adb4c5c90c0cfe4f792bd7d5d8934bc0a87 3,676 1.00/1.00 vMB 2
940,804 940,804 00000000000000000000e7aed9157bf80082261c8bb393ee4ef68a1c42edde3e 3,204 1.00/1.00 vMB 1
940,803 940,803 000000000000000000012bfc1325cf6a358095855157a6e2825ce50ceaeb001c 3,385 1.00/1.00 vMB 4
940,802 940,802 0000000000000000000098e1c32b800e90acf18f83f5333d6278add88624dac7 3,483 0.94/1.00 vMB 2
940,801 940,801 0000000000000000000027009aae3acfa4ebfb99197ea5896e4b8e6d5b000a6e 3,339 1.00/1.00 vMB 2
940,800 940,800 000000000000000000000b2e8e417dd5466c3b1ea2d1db7a18457dd53afdb6be 3,573 1.00/1.00 vMB 2
940,799 940,799 000000000000000000010a14bcafadd288eb160c044d3871a8554715068af924 2,959 1.00/1.00 vMB 2
940,798 940,798 000000000000000000011a2e6379ff1c02852a23aea3052424d1e5f7ee5f46aa 3,429 1.00/1.00 vMB 3
940,797 940,797 0000000000000000000063ded9966b6cbc1dd4280275f3089874e48e5f06ca97 3,039 1.00/1.00 vMB 2
940,796 940,796 00000000000000000000d8e299db80d2a5df4a30614d71dbdf715b749ca28414 3,788 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 828.21 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: 4,564.82 GB
    • Received: 246.30 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.