Loading Tool

Explorer IconExplorer

Memory Pool

39,249 transactions
28.91 vMB
0.07387283 BTC
Random Selection Loading Transactions
Max Size: 146.30/200 MB

Candidate Block

Mining Attempt b5d67f3c4c98c0873d5b68f5fb0ddcc405db0a63f630c81ad150aa72eab5fa38
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root 3c7a010f66dfde8e65b55919265ecc0d50966439abfd72341d21b268498f3723
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,788
Size: 1.00 vMB
Total Fees: 0.01768466 BTC
Feerates: 100.36 > 1.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (244,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,868 669,868 000000000000000000075e9239813483dc34769d20abde6bb42c8d3a76b9a4d4 2,224 1.00/1.00 vMB 145
669,867 669,867 0000000000000000000c17c5d1ccb6f42a1f4f2eb853d18cb0bbe48538df7ac5 2,426 1.00/1.00 vMB 161
669,866 669,866 0000000000000000000c70d8fbffc4518182b60f850652a71877eeb3a1753ff9 3,191 1.00/1.00 vMB 135
669,865 669,865 000000000000000000036a63b0b4d7038ca1874f8c42696e5f92108c21fdf078 3,170 1.00/1.00 vMB 147
669,864 669,864 0000000000000000000a985eaac170482e320fc53a9c64263e841eceb0e6a3cd 2,929 1.00/1.00 vMB 161
669,863 669,863 0000000000000000000b08b8e70eadfe3c231d7a803687612cfd2bb9ec02e8cd 3,242 1.00/1.00 vMB 167
669,862 669,862 0000000000000000000770a1b1708b7be55233cf796f0d0dbafef09a1d6adff1 2,681 1.00/1.00 vMB 151
669,861 669,861 0000000000000000000189c3a8efbe2e378dbb2ce183a29dc1eda80c57a355cb 2,736 1.00/1.00 vMB 113
669,860 669,860 0000000000000000000b0e0dfab874a73a490d3122545ad86db45c6938f0004a 3,155 1.00/1.00 vMB 133
669,859 669,859 0000000000000000000696a54e4575a2d6888b301ac4d9b55143349b70edcd8a 3,058 1.00/1.00 vMB 164
669,858 669,858 00000000000000000006280b853576b4036b93f88e188bbf22316d0e26228371 2,397 1.00/1.00 vMB 124
669,857 669,857 00000000000000000007aee632af8cc1c75585a74b1ea39623110e264524b662 2,635 1.00/1.00 vMB 139
669,856 669,856 000000000000000000075c15cdfff77ffd04fafceeba4118ace687a6a9b88ee4 1,388 1.00/1.00 vMB 136
669,855 669,855 0000000000000000000182999ddb28f5ecd59037166ceedcb556702fa64aabce 2,875 1.00/1.00 vMB 162
669,854 669,854 000000000000000000074548fdc72fbd03ba2325922a8cd9cd4659424768eb5e 2,637 1.00/1.00 vMB 133
669,853 669,853 000000000000000000070b170322a4fdb288e2ac5b2e20c50d8132cf2c23ce69 2,853 1.00/1.00 vMB 143
669,852 669,852 0000000000000000000c85181274b745df23345548376de5764f6514b87cf259 2,785 1.00/1.00 vMB 147
669,851 669,851 0000000000000000000682afc81abf3562e78aa7f37b4cef0601d19219bf5f6f 2,857 1.00/1.00 vMB 150
669,850 669,850 000000000000000000099b44b5fa5b43d7bbaa751e28a8b1db8e91ff7607b047 3,273 1.00/1.00 vMB 178
669,849 669,849 00000000000000000004b191302b9a74cf6c2d207680c7dd913c4d1430f57392 3,021 1.00/1.00 vMB 94
669,848 669,848 00000000000000000005de3ef0b7faab6d1d6de266a31fc68d74222ab4fb3f82 2,937 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.40 GB
    • Received: 11.63 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.