Loading Tool

Explorer IconExplorer

Memory Pool

82,631 transactions
30.82 vMB
0.08670168 BTC
Random Selection Loading Transactions
Max Size: 188.60/200 MB

Candidate Block

Mining Attempt 5a514d679cdaee2ba9edbe1a8e72b2bedf8ecff13e167d26741d5433a44bb10b
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 186b3abfe38e62d55b5dfc233d55b67a04956501d2f0fcb4277c130ab7715e26
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,659
Size: 1.00 vMB
Total Fees: 0.01656941 BTC
Feerates: 114.09 > 1.66 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (253,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,601 661,601 0000000000000000000266c6e3acddc8a8265fc7a36925f55d612760a1444ba6 2,576 1.00/1.00 vMB 45
661,600 661,600 00000000000000000008dff707292d5ed5b7216487664fbc3b2e51a90cc6a664 2,404 1.00/1.00 vMB 23
661,599 661,599 00000000000000000007a71200fe3dd4db13d16c56a303117a0a8f072a94cd75 2,568 1.00/1.00 vMB 40
661,598 661,598 000000000000000000022a6004d11bcf488363a5653a95a1d5d1e1482e37a469 2,006 1.00/1.00 vMB 24
661,597 661,597 0000000000000000000777e68fbf7393087de060225c9582909729dee37ae47c 2,265 1.00/1.00 vMB 28
661,596 661,596 0000000000000000000501e1c0ed7ff340b5d4ef9eb8be6c66faae703596f9d0 1,832 1.00/1.00 vMB 53
661,595 661,595 0000000000000000000e0abd61f15bc43a0db2db05788fb1e4c6c5a46ce58882 2,188 1.00/1.00 vMB 55
661,594 661,594 0000000000000000000b7f2583525eab3ef119e8cedd7014251d0d9be7d0ec2c 1,566 1.00/1.00 vMB 45
661,593 661,593 0000000000000000000e9c05d320ef447b45f22f3f199b69a43842dd4d75f844 2,477 1.00/1.00 vMB 66
661,592 661,592 0000000000000000000a4e478cd747ccf742bd7bb623d814e8efa4a7383b360f 2,204 1.00/1.00 vMB 14
661,591 661,591 00000000000000000006de1cf0020cf3bcf0f8357750835958ab240493108575 2,546 1.00/1.00 vMB 50
661,590 661,590 00000000000000000009c7c68be8a6b14e25cd8aa76f6504db96e2b85322ef4d 287 1.00/1.00 vMB 5
661,589 661,589 0000000000000000000bbe0e002557bcc3fdcc6ca7fc11fc2c06fcbe51f7f481 1,313 1.00/1.00 vMB 18
661,588 661,588 00000000000000000001099c2cbc8e49746fb0482c75103442ca76c3b09b8443 1,454 1.00/1.00 vMB 20
661,587 661,587 000000000000000000011b397ce0c2ac7f0519dad3ca9d22120aa0bb2e304f38 1,825 1.00/1.00 vMB 11
661,586 661,586 00000000000000000001f13d5e1bc93040ddf7ade683b13bd1e316d7d238d8af 2,005 1.00/1.00 vMB 42
661,585 661,585 00000000000000000004606d3b3485de7f38b13c7fbc838c2ccfb687d0fade12 2,047 1.00/1.00 vMB 4
661,584 661,584 000000000000000000097c0748124dcf60bc2f85ed0c3cd937d48de45adb1ccf 2,248 1.00/1.00 vMB 22
661,583 661,583 0000000000000000000e1709d80a401f636a8844fbc53979269cfe70e38c265b 1,540 1.00/1.00 vMB 11
661,582 661,582 0000000000000000000b3464af6a9ef77ed8ccd72767d35f393d2cb63f89e2e3 1,842 1.00/1.00 vMB 41
661,581 661,581 000000000000000000056ce33dd3d5fd6294f94b25cba72a99f5581c96f48ed7 3,120 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.02 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.