Loading Tool

Explorer IconExplorer

Memory Pool

56,780 transactions
32.24 vMB
0.15103615 BTC
Random Selection Loading Transactions
Max Size: 174.32/200 MB

Candidate Block

Mining Attempt c5fcf52576310c73367d5f1503dc29e8f901d9ba8f7234f01dc23dd71e8c6f3c
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root 4fd8cec68599ac416639c8b83e05292e1ffe525dfdac223ba342667bc9d579ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,938
Size: 1.00 vMB
Total Fees: 0.05130831 BTC
Feerates: 101.25 > 5.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (353,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,820 561,820 0000000000000000001d3771897ecae73bf4ceaf175321584317a6ff7e8118b2 2,347 1.00/1.00 vMB 18
561,819 561,819 00000000000000000023366d12dd90106e2bafabdc90e46913c43d43b5d84a33 2,817 1.00/1.00 vMB 38
561,818 561,818 0000000000000000000a2c19c196e481d8c6531f6d069c8ce2ddd8476f118e47 3,044 1.00/1.00 vMB 16
561,817 561,817 0000000000000000002dc495dd20ca62e8bcac48972e779d74131ae21ecf81bb 2,993 1.00/1.00 vMB 20
561,816 561,816 00000000000000000019750dfcbafda273f60567f2ad3f4a84a3a732b30de6f0 2,925 1.00/1.00 vMB 18
561,815 561,815 0000000000000000002fe525c3bad8684b9258c47e35c3608be8290b3075e953 2,107 1.00/1.00 vMB 2
561,814 561,814 00000000000000000018ec19c4ce0ec087bbbf84235fa212f977bf4c9d668b3c 2,794 1.00/1.00 vMB 24
561,813 561,813 00000000000000000011a05a0b5282879c05d6e153793e10cc6e79f486d0d17c 2,814 1.00/1.00 vMB 16
561,812 561,812 0000000000000000000704dadd94c9c3dc5f1bda0b326fdeae75de3c5772d9fe 2,374 1.00/1.00 vMB 21
561,811 561,811 0000000000000000002c5e9a0a2cf907b81efc5345b1905448d34737ec766442 2,210 1.00/1.00 vMB 5
561,810 561,810 000000000000000000250eac7c15629356915b8c24242b6714de3d6814910323 1,263 1.00/1.00 vMB 6
561,809 561,809 000000000000000000157e400b12612d2e5dab1c53a9cbd33e3f771d8ed51f5b 2,091 1.00/1.00 vMB 14
561,808 561,808 0000000000000000001c79c553808481b0d9084bf6883177baa7d5dbbdeff825 1,989 1.00/1.00 vMB 16
561,807 561,807 0000000000000000000fbfd60f4c8a9ae61e1f724dcf6386872b474615f7ce90 2,344 1.00/1.00 vMB 21
561,806 561,806 000000000000000000285d8e0ea6a8c601940c5ce97ab0b0bc55f6f93ff146fd 1,354 1.00/1.00 vMB 32
561,805 561,805 0000000000000000001c59ee8310dd4dadf1829b6d5347869bd6ce4854af9131 814 1.00/1.00 vMB 76
561,804 561,804 0000000000000000002a27987ac3fb6078b2866952cf8b7fba8cddde304ecf2a 2,323 1.00/1.00 vMB 33
561,803 561,803 0000000000000000000797ab3ab460d267edc2557bfae5b21ee40ca8bc01b418 1,600 1.00/1.00 vMB 4
561,802 561,802 00000000000000000013959afd5987e24b221749176de9d6cea8945a2e06a08e 3,266 1.00/1.00 vMB 14
561,801 561,801 0000000000000000001653dba2cf6b0b1737244a073f14ffb818ec652c7db298 2,665 1.00/1.00 vMB 13
561,800 561,800 0000000000000000001075f0036ef12046db48c15cb28673cb82d3e230d88cd8 2,378 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.