Loading Tool

Explorer IconExplorer

Memory Pool

77,644 transactions
29.11 vMB
0.08821357 BTC
Random Selection Loading Transactions
Max Size: 175.52/200 MB

Candidate Block

Mining Attempt e3d1cd935b7124a46b154c5fbabcc66b53b39ecd42a5fc10e9d9936744de72f7
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 27ca25b1a2cb89cad5b6f7c568b290bf794be67ea52350e7c5be4b4af55f7696
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.02737761 BTC
Feerates: 103.00 > 2.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (401,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,212 513,212 00000000000000000018d27ad4d7983ceb0cd716935b84adea9b0a25f121d623 922 1.00/1.00 vMB 54
513,211 513,211 00000000000000000030e31c6e252633a031fc1b24ddcec84570adf0423b0ebe 1,350 1.00/1.00 vMB 87
513,210 513,210 0000000000000000003db18708d52671d68a5d691208b2b3ebefe79b27e4fcf7 3,219 1.00/1.00 vMB 19
513,209 513,209 00000000000000000003eb358db5ab0ab87c30a281ae547f29a5c19a07f6a03e 1,189 1.00/1.00 vMB 115
513,208 513,208 0000000000000000004d9caad9406f3b69c99731b797332cd6f4744b4149cbe7 893 1.00/1.00 vMB 6
513,207 513,207 00000000000000000052edfb80991d5fb8dbf05cc4d57bd17b4b0c9ce13d0e18 212 1.00/1.00 vMB 3
513,206 513,206 00000000000000000047cac69d6cd67eca60df5bbd31fdf900ab0b8638122b0d 1,536 1.00/1.00 vMB 26
513,205 513,205 000000000000000000514b8d1cab6ac738e966660251a5e8a9304e122b79b8ee 678 1.00/1.00 vMB 6
513,204 513,204 00000000000000000030966aeec5f7dff788e93ea75d0d3f8c47af3b02eae59f 729 1.00/1.00 vMB 8
513,203 513,203 000000000000000000556977a40dc693ed30b8bcbfd57e937c01dfb0066417c0 1,984 1.00/1.00 vMB 18
513,202 513,202 0000000000000000004d61dcd778b8ed9cf2ed1678019665a2f602388ef48e66 2,525 1.00/1.00 vMB 38
513,201 513,201 0000000000000000003dbbdfaff37617c3cab1fdb4b41c75b04acb93148e1d4e 1,738 1.00/1.00 vMB 77
513,200 513,200 000000000000000000503454d1c268d76e62c119f499bf3cfccd06e1bb326c61 1,457 1.00/1.00 vMB 46
513,199 513,199 000000000000000000305f83fc73bed2d6019a8f3a4e2512a7b2d4e7f36ba075 111 1.00/1.00 vMB 3
513,198 513,198 0000000000000000004e40dd64d4cd9fcaa207c1ded5315042b784fd75d94da2 552 1.00/1.00 vMB 19
513,197 513,197 0000000000000000000329f41b5c8b4c3710d2fe12410dac39338c9c48ca760c 761 1.00/1.00 vMB 48
513,196 513,196 00000000000000000050eac748b17c8dc0f7770ce0650fb923017a4aa32fd43c 455 1.00/1.00 vMB 4
513,195 513,195 00000000000000000019de8e6eacfea8c46b108ee2ceaddc32fa0581997b5ff9 1,807 1.00/1.00 vMB 33
513,194 513,194 0000000000000000003ef908c5b1b4058eb4234bd8278781b70d4bc2255c63d8 1,881 1.00/1.00 vMB 42
513,193 513,193 0000000000000000001966eee384f5e81702bb2fca6c826562fcd3d7617bf41a 1,631 1.00/1.00 vMB 80
513,192 513,192 00000000000000000027951fef03d8178c79d62eaa45769d1445bdb4d86b024f 2,447 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.36 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.