Loading Tool

Explorer IconExplorer

Memory Pool

30,013 transactions
25.69 vMB
0.05288690 BTC
Random Selection Loading Transactions
Max Size: 127.70/200 MB

Candidate Block

Mining Attempt f4d7227c99dfeced642b33a23b84e24deb0007c384f1521b44c2ca29a17b0f16
Version 20000000
Previous Block 00000000000000000001a2dad9ba95964f0c6d4a0618998db88fccee4ab02239
Merkle Root c7253dfeecee4fea0cfabb4f7833b133527bbe50a7bbfbda292c28a096d1ce46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,796
Size: 1.00 vMB
Total Fees: 0.00611855 BTC
Feerates: 26.86 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,285 (908,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,823 5,823 000000008e15745c8ff16c3dacd1ec2e9bb0cd45c4f8d09dcfbcc018a28ef30b 1 0.00/1.00 vMB 0
5,822 5,822 0000000095ce2319d5c3e853b6e3d86d54445bbf16504de3a486da311d0235b7 1 0.00/1.00 vMB 0
5,821 5,821 00000000e22a461806146e4a1fddfe060198e808c94caf56964fdff4fc8c4f15 1 0.00/1.00 vMB 0
5,820 5,820 00000000c076aa90887730d73d4999d2d888ada30044aacf22534212bb982a50 1 0.00/1.00 vMB 0
5,819 5,819 0000000069c08c4b577d689ed9266757b1f4786f0b9083f092d7c469ec33c0c0 1 0.00/1.00 vMB 0
5,818 5,818 00000000e962aff490ab5a8814a48eba9b205430e970ee091d8a6eaf329374fd 1 0.00/1.00 vMB 0
5,817 5,817 0000000053d168279fa9783832e47483c20d6077c98f85e29621ffad2119a6c1 1 0.00/1.00 vMB 0
5,816 5,816 00000000ae419a918322bba4bc0812ca1a810bde58abba3000f54cebc3dbe83b 1 0.00/1.00 vMB 0
5,815 5,815 00000000ad49fc0520ee9c422e862738cd91e06dc582758b3ff3d48b3d0cfa99 1 0.00/1.00 vMB 0
5,814 5,814 000000003e1aba3c139fd1e7399a92d0de0aa3290b34943ebfd38903cf59cb0c 1 0.00/1.00 vMB 0
5,813 5,813 000000004e0e1cc55b7f35f5d2d4bcd8a4524eee3e8907246a51e412025605bb 1 0.00/1.00 vMB 0
5,812 5,812 000000003c0600d80391cf020c05a733bf097f4282b1e6831648bab40c159f38 1 0.00/1.00 vMB 0
5,811 5,811 00000000e77d0285d63710f82deb70ec76e49fde5ffda000071d1c00ec112638 1 0.00/1.00 vMB 0
5,810 5,810 000000002b2a480b297c264ed72b6bdd5a50d6e2d767dbed63aac4aae29f4503 1 0.00/1.00 vMB 0
5,809 5,809 000000001912e096fc05e39250b509c3a7f296f009a9d094e063092a5d57e315 1 0.00/1.00 vMB 0
5,808 5,808 00000000baecb2e8f0acf8c9632a4df9d2605beadeeaac78f57decd2310c8013 1 0.00/1.00 vMB 0
5,807 5,807 00000000f93a7a7218adc73645cbb09bc6f06a8c9c4162e5b773296384deb556 2 0.00/1.00 vMB 0
5,806 5,806 000000003d8d831b6db7a57fa047c943d88b675823ddba026519f206dc6ec126 1 0.00/1.00 vMB 0
5,805 5,805 00000000e922de6979609935ff22b059f881788d8769348a3afa9770aaa28998 1 0.00/1.00 vMB 0
5,804 5,804 0000000080aa98ee8450107183b1d2d018d0b75f310e672425276fb2d53c01f8 1 0.00/1.00 vMB 0
5,803 5,803 00000000ed6a39c203dce1462025e86b25cd26fec82b02323e2e72c55b4326cd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.10 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: 579.64 GB
    • Received: 8.88 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.