Loading Tool

Explorer IconExplorer

Memory Pool

46,815 transactions
27.44 vMB
0.08729253 BTC
Random Selection Loading Transactions
Max Size: 145.02/200 MB

Candidate Block

Mining Attempt 07fe760b3f29bb1c821030863a4f0cffc9e4862961f614d4f4cb908fa31f4124
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root e5a74dedef5c8fa1ff083103c2dc2ba510b94dad67efc69bc4ad53344fe833f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,450
Size: 1.00 vMB
Total Fees: 0.03428784 BTC
Feerates: 159.25 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (331,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,693 583,693 0000000000000000001a2d8891eb068488c30f8fff204d6cc62b7de4b7ae7c0e 2,814 1.00/1.00 vMB 44
583,692 583,692 0000000000000000000c620a53c8ef41f4ae78c4597a093c3027dd1112ad1bb2 2,137 1.00/1.00 vMB 2
583,691 583,691 00000000000000000000d10fd22f6a13c7254f534cd069887d0c90489d3aa8d8 3,058 1.00/1.00 vMB 59
583,690 583,690 000000000000000000028fa9a02d2f33aee66d50a831a55b1ea18bf745914887 2,576 1.00/1.00 vMB 59
583,689 583,689 0000000000000000002035cce8e697ff02cd4f0b5b4b8eef099e11eefe9cec7d 2,164 0.73/1.00 vMB 33
583,688 583,688 00000000000000000016c28b7b874d34fb28c41b0c7ab07964efcbd42e56e686 1,142 0.42/1.00 vMB 48
583,687 583,687 0000000000000000001a7ac96ad8940829bb8979335d1f8a5425bc496e707f2a 203 1.00/1.00 vMB 3
583,686 583,686 00000000000000000006190cd845c5ef3b7f95a5ef895644d035fa72bdfe3635 1,914 1.00/1.00 vMB 5
583,685 583,685 0000000000000000000e731ee76b95157d8b3de05466f77f10f44655f8246b79 2,392 1.00/1.00 vMB 84
583,684 583,684 0000000000000000000146cb0cc503788e5879fdd17cc3a020ab65c1c782f5dc 1,828 1.00/1.00 vMB 28
583,683 583,683 000000000000000000157a15604ec490667e2b36c7b98d53193495f6871e0034 792 1.00/1.00 vMB 3
583,682 583,682 00000000000000000010244b52b2d9b294fcbbec2366c6ff64ff3cd48e9fea41 507 1.00/1.00 vMB 12
583,681 583,681 0000000000000000000ffbbd95eceb1551f91885b995fc2832b4f53b29f6093b 1,733 1.00/1.00 vMB 30
583,680 583,680 0000000000000000001f3704d3dffdb8607454913ee04741082d4f8aa0ff3bd5 1,788 1.00/1.00 vMB 6
583,679 583,679 00000000000000000007a8ac9e5c7016741f72d4218c27193e162e02a3575846 615 1.00/1.00 vMB 5
583,678 583,678 0000000000000000000566b194b5589cb752da9d770a71098cc0c107f85a2f8a 1,512 1.00/1.00 vMB 24
583,677 583,677 00000000000000000007d4c0c3577091f84a21f66bc3daac81ae8da9592de88b 1,172 1.00/1.00 vMB 20
583,676 583,676 000000000000000000018fc3a9f978242f78426cd01ec80b6590c075b66b3c28 667 1.00/1.00 vMB 8
583,675 583,675 00000000000000000019c22e86aec6d580aad5b581f9c89b397986633a69bf82 1,162 1.00/1.00 vMB 15
583,674 583,674 0000000000000000001ba3fec46b30911849e533e3b73124236f6ba3cc53a1e7 1,789 1.00/1.00 vMB 15
583,673 583,673 00000000000000000018cd8c055e9c8e67c95f55dfb3ef7e373daf012a49f9d2 2,867 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.20 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: 654.01 GB
    • Received: 14.08 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.