Loading Tool

Explorer IconExplorer

Memory Pool

82,648 transactions
31.36 vMB
0.10982608 BTC
Random Selection Loading Transactions
Max Size: 190.13/200 MB

Candidate Block

Mining Attempt e2e97e7abfd2ea0f10aec5b9ab0d53074461032c243f8b0c92aae24fb96d6f04
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root d81445750bbf2dafd402a5924ff437c2b2a15fb4fa643c4474a6fe4105a2eb46
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,355
Size: 1.00 vMB
Total Fees: 0.03403999 BTC
Feerates: 318.30 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (348,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,026 567,026 00000000000000000024a92be2a685b62268d6b1a131e07311dbcea787fe36ee 2,838 1.00/1.00 vMB 34
567,025 567,025 0000000000000000002c8f46d8fe5704c350a7844ee333cf51624baebd312205 2,848 1.00/1.00 vMB 31
567,024 567,024 00000000000000000023702c070ada675ae26b4b1ebd29ac502b20a434083b2c 2,402 1.00/1.00 vMB 21
567,023 567,023 000000000000000000066f766b3c9fc503398a4106b38022b2b3c34aaee83f7d 2,741 1.00/1.00 vMB 46
567,022 567,022 0000000000000000001964187699b45b5e04aafab59933f8a680008f94786a56 2,127 1.00/1.00 vMB 21
567,021 567,021 000000000000000000048fa2410fee0d416a211b7e257aea3791031445d3aaac 1,406 1.00/1.00 vMB 20
567,020 567,020 000000000000000000251646b8059e17cb6661425b554ee66df4a0e492a50b01 1,588 1.00/1.00 vMB 25
567,019 567,019 000000000000000000089243b2afebe3f4c5418e3a03031f82e40ac641687ce9 1,992 1.00/1.00 vMB 39
567,018 567,018 000000000000000000073ed6edbfc6a72cb62d55a13ea6c832c6e59e32d0cb41 971 1.00/1.00 vMB 103
567,017 567,017 000000000000000000148f3aa1e75bc960d228e15d8b4e53fffdd4d80faeb3cd 2,630 1.00/1.00 vMB 29
567,016 567,016 0000000000000000001acf92a8f5b93ab809e1c249a7583736eee61a34fb62b2 2,665 1.00/1.00 vMB 25
567,015 567,015 0000000000000000002d2753275bbbd449fc1c7b108af60fd3bec2dc23588353 1,501 1.00/1.00 vMB 48
567,014 567,014 0000000000000000002a42eae6c2f204c2d5384ded7138f74cdc4b90c2e64825 3,088 1.00/1.00 vMB 31
567,013 567,013 00000000000000000013402388f6ed7c46da5e3a25f4f854019e2b7386e4b11e 2,660 1.00/1.00 vMB 62
567,012 567,012 00000000000000000022884f9e3b33fbc23f1f796c8ec23b43717352c8be9fd9 2,634 1.00/1.00 vMB 70
567,011 567,011 00000000000000000003c85648cc522bbf272afb0c34cca1b8b643a2c7f5bf23 147 0.07/1.00 vMB 26
567,010 567,010 0000000000000000001289c49bda26b37f79f6a41f17b744e12120a858a2ffeb 1,317 0.56/1.00 vMB 30
567,009 567,009 00000000000000000008cb20b068a5b8b62b7717a9724619f12010f57d6f42b7 899 0.33/1.00 vMB 28
567,008 567,008 0000000000000000001c8b1a619da1801cad6907a594836ec0c0f5d7109303a8 2,515 1.00/1.00 vMB 20
567,007 567,007 00000000000000000017be81a7ed6b308b8d55ace05f860390129ac26ad4fc02 2,274 1.00/1.00 vMB 41
567,006 567,006 0000000000000000001ac47fa06a1614b4495c94167a992be6a1d8defbb4f9e5 195 0.26/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.00 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: 718.45 GB
    • Received: 17.90 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.