Loading Tool

Explorer IconExplorer

Memory Pool

62,435 transactions
18.81 vMB
0.08032268 BTC
Random Selection Loading Transactions
Max Size: 118.98/200 MB

Candidate Block

Mining Attempt b9f2352b1114f62b9d6f20e8dc775ed14977403ae5d45e9f10457d95f6c6409c
Version 20000000
Previous Block 0000000000000000000127a7eeca2354b6fe4c58e6ad0a1ae6204e4fde5a4e90
Merkle Root ee5f1b30dd9ba768063604f9bd23bfa0ee3363e4fcddd0b3b02e10d861a6fb62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.03526089 BTC
Feerates: 199.50 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,746 (85 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,661 915,661 00000000000000000001cf47c2091313133f00b14a59ffae47002da7f81db739 6,914 1.00/1.00 vMB 1
915,660 915,660 00000000000000000000bd861b8842c4216aaabc219684ddaa858834e31cdb13 2,532 1.00/1.00 vMB 1
915,659 915,659 0000000000000000000128adb7dababa822606ef6a69d45733716684d59a65a1 1,846 1.00/1.00 vMB 2
915,658 915,658 00000000000000000001a5a77bdb98a1b237d3f8c43ac56fa3752453a26166bf 2,725 1.00/1.00 vMB 3
915,657 915,657 0000000000000000000148cb0c65182e0a2a363c205a8a1a4dc75ba05b2d4d03 1,685 1.00/1.00 vMB 3
915,656 915,656 00000000000000000000f36fb3e1bb17adcc315a9eac0ed7f1562c96f8ff644d 3,128 1.00/1.00 vMB 2
915,655 915,655 0000000000000000000007a3eb6deb7813ff7f82101eb32e8891923284914953 3,553 1.00/1.00 vMB 3
915,654 915,654 0000000000000000000075bb338de6031a395491f0ac954c5e0750a7e1a1e68a 4,567 1.00/1.00 vMB 6
915,653 915,653 000000000000000000009c45c809cf8ca230f740617a448d800f8489917ad16e 3,612 1.00/1.00 vMB 3
915,652 915,652 0000000000000000000151e3529276bc41046e1b01e70644f9a98489f3b3defa 1,260 1.00/1.00 vMB 2
915,651 915,651 00000000000000000000dc2abe09c95625075c798769c4a6a310af770ee5e95c 821 1.00/1.00 vMB 2
915,650 915,650 0000000000000000000097c08c5622773dd2678675ca33f4eb63f64cab9c49a5 1,754 1.00/1.00 vMB 3
915,649 915,649 00000000000000000000cb89f4c36863bc352ac1f73ed5d9cd2c7c037078ba04 2,851 1.00/1.00 vMB 3
915,648 915,648 000000000000000000010cd0dab7910993758983b0801a1bac40f46e6f17d5e7 1,269 1.00/1.00 vMB 2
915,647 915,647 0000000000000000000155472c763a4786de1aae9f91a5dfd5ca26e778a3b95f 2,020 1.00/1.00 vMB 3
915,646 915,646 00000000000000000000575098f706fc00fa83e43e0c7fdcc4cbfad2c2a097f3 4,098 1.00/1.00 vMB 5
915,645 915,645 000000000000000000002128f08076c4278d8e6a8312c3abb6321e557facd1c9 2,279 1.00/1.00 vMB 2
915,644 915,644 00000000000000000001689feae05c5586942613c67baaa5a861943f759500fe 4,686 1.00/1.00 vMB 4
915,643 915,643 00000000000000000001f3f62cf8ea709b7bc0c5d6908e583181766e18cbe489 3,818 1.00/1.00 vMB 3
915,642 915,642 00000000000000000001f094266b9d65f046e251fa5f90f070137f64a43d3a17 3,825 1.00/1.00 vMB 7
915,641 915,641 0000000000000000000037c5242f11ef72c2e36b55fbaae2c65084cfde983f7f 3,610 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.67 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: 776.95 GB
    • Received: 21.12 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.