Loading Tool

Explorer IconExplorer

Memory Pool

41,924 transactions
26.80 vMB
0.06510675 BTC
Random Selection Loading Transactions
Max Size: 140.29/200 MB

Candidate Block

Mining Attempt ef5c3c74c280e6b584cc90c9e1ea79d16181ef1c3d756ac810bdf571ae1d47a3
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 0ad7994e91dda8effc572772ed8336ce0bcc51d1825ee60748d00abd4e823b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.01535914 BTC
Feerates: 151.03 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (125,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,776 789,776 000000000000000000057b524fc7cdd5e268a4dcf653b92783a7ffb3a54df6d5 3,305 1.00/1.00 vMB 63
789,775 789,775 00000000000000000003907e3091aae58a2b77328437bba0bd32ad6cd6f61817 2,740 1.00/1.00 vMB 115
789,774 789,774 0000000000000000000544bee3e2e56b724db0ad0dc3dc07f9c0317460ce15cd 4,113 1.00/1.00 vMB 37
789,773 789,773 00000000000000000004433c0074440e1519945fa67f1777943bcd2f9b7a34b7 3,792 1.00/1.00 vMB 37
789,772 789,772 00000000000000000003bd8532c1201367c5e596f825c25b5f4f3d0590d4c350 2,789 1.00/1.00 vMB 58
789,771 789,771 00000000000000000002ecad11b412a941b6e54a7fcf4f16bb306fc5f5a71191 4,988 1.00/1.00 vMB 30
789,770 789,770 000000000000000000017420c8066ac88d22249657f5bd29bf6d639bd830282f 2,693 1.00/1.00 vMB 64
789,769 789,769 00000000000000000004173528e5fe32652976d229e287ea284cdae4fcdde1f2 3,506 1.00/1.00 vMB 48
789,768 789,768 00000000000000000005d16b63168c1fa00c9bd94f8c339a9d4a904f82f80a5d 3,426 1.00/1.00 vMB 33
789,767 789,767 0000000000000000000496a3e836864fbd94f853d64d4fcf07837b4297dfd0b4 2,290 1.00/1.00 vMB 24
789,766 789,766 00000000000000000002f5b5f1e3520228d314152fbbae277fc859a71f295efd 2,339 1.00/1.00 vMB 26
789,765 789,765 000000000000000000009c5fe538f9c6f8e5f940ba4608f8020841faf49a68b4 3,106 1.00/1.00 vMB 25
789,764 789,764 00000000000000000004889430cb78fa6c2de771c0545a2e0b4b4574154d2916 3,383 1.00/1.00 vMB 16
789,763 789,763 00000000000000000001f275f363ee88bb68e30802ebdbac891884427e895b65 4,702 1.00/1.00 vMB 34
789,762 789,762 00000000000000000002ba0c76f7c8922b01df60fdde218870c2bebab61006d6 4,841 1.00/1.00 vMB 39
789,761 789,761 00000000000000000003a4318dbc8b9027fb1dd269fce485357f33847ffb90db 3,110 1.00/1.00 vMB 57
789,760 789,760 000000000000000000004c368745d031d74c8752040e6e6acf7b431785a82562 1,544 1.00/1.00 vMB 16
789,759 789,759 0000000000000000000551b627b1342ab6f458e4fd280093d4c1d9aa08ba6686 4,347 1.00/1.00 vMB 30
789,758 789,758 000000000000000000000dff81578b2a3520f2e173d2d872d23b8f258c4a719a 5,165 1.00/1.00 vMB 27
789,757 789,757 000000000000000000012d961a0380141cbbf2afc0f762683feb29f3c5a7ee3d 4,041 1.00/1.00 vMB 41
789,756 789,756 00000000000000000005305441fb80c370449f475cdaf55a1a634f64544467aa 3,565 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.