Loading Tool

Explorer IconExplorer

Memory Pool

39,631 transactions
26.95 vMB
0.07314452 BTC
Random Selection Loading Transactions
Max Size: 139.44/200 MB

Candidate Block

Mining Attempt e051b9d13720792ae6c563aebfd301bb841823fdba5e46a61e5bba98f67b4066
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root baba20401c21f8bc58daac6999ba0ec73268a32bf798b8e6ca97ce060f9f8c81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.02002166 BTC
Feerates: 201.37 > 2.01 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (66,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,260 848,260 00000000000000000002ba2afe9871f6890d00ea04b6a133b6311e9d3a2e20a2 602 1.00/1.00 vMB 13
848,259 848,259 00000000000000000002ea5d29f361091193b11f77e6b84b9093bac40598ef0d 1,183 1.00/1.00 vMB 14
848,258 848,258 00000000000000000000727d52bfc13c92640baf712be7a91738fcfb7c88df65 1,822 1.00/1.00 vMB 17
848,257 848,257 00000000000000000001f226be7b344323aa9c609e294354b571bf6f6e1298cd 1,081 1.00/1.00 vMB 13
848,256 848,256 00000000000000000000fea37b552ada5e0a7d72caebc22c1b8840f92c86863d 784 1.00/1.00 vMB 13
848,255 848,255 000000000000000000029c45be01233902af57d7a63a46e812a35a9fe08071a6 1,233 1.00/1.00 vMB 24
848,254 848,254 00000000000000000000025e543f685d5960ec4dd65333530a0f03ca9af2831c 1,721 1.00/1.00 vMB 22
848,253 848,253 00000000000000000000e9882a079a6f7e73136e0b67c07ccf364e9e72922bd6 544 1.00/1.00 vMB 13
848,252 848,252 00000000000000000002898dabb1ab8fe9fade7d74cdb7dff325a24733ae5202 1,075 1.00/1.00 vMB 14
848,251 848,251 000000000000000000007afbf5fc019e312e785c635ea2185783a3b6a604477c 3,504 1.00/1.00 vMB 21
848,250 848,250 0000000000000000000032a91dd6e975ae48a4ea51bda9c2e6abdd2a1c191487 2,792 1.00/1.00 vMB 20
848,249 848,249 00000000000000000002d25c26b3dec4b2fcaeb1635037a162efc67f5b6e427a 1,125 1.00/1.00 vMB 15
848,248 848,248 000000000000000000030e8072ec0afc889ed3dac5eec6e134f301ef381bc51a 1,305 1.00/1.00 vMB 14
848,247 848,247 00000000000000000002aa26070f66faab86017c13ac6d10e6d874cbc3823ef0 2,025 1.00/1.00 vMB 16
848,246 848,246 00000000000000000001d07742b8feacb1b6735fe229285889ec61da92c20b47 1,461 1.00/1.00 vMB 14
848,245 848,245 000000000000000000016a8fafaa5e1bb7e494e1a6dee3a4da57e4ddeb0fcd0e 3,111 1.00/1.00 vMB 17
848,244 848,244 00000000000000000001335d0933f9c926bc8df823f5a16d8c65bf555055d5f6 4,687 1.00/1.00 vMB 20
848,243 848,243 0000000000000000000284d11d427e5b001de8e6dc420d699e7768ccf6bb9e4a 5,560 1.00/1.00 vMB 17
848,242 848,242 0000000000000000000261f36b548e4815b580aacd73cf8c4fa4391618929b25 5,668 1.00/1.00 vMB 23
848,241 848,241 000000000000000000023152c3c7424673127851224031400dad1a3b79b8fbe6 4,957 1.00/1.00 vMB 20
848,240 848,240 000000000000000000012a4256c1c29d8700d8c838c227e72a928ffe4daaee70 1,092 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.83 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: 636.63 GB
    • Received: 12.37 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.