Loading Tool

Explorer IconExplorer

Memory Pool

23,937 transactions
17.05 vMB
0.03529623 BTC
Random Selection Loading Transactions
Max Size: 87.60/200 MB

Candidate Block

Mining Attempt f072e0c4269adfad9d5c01471d7c8510fd4249ce0c68c17ce5de66b44f884d29
Version 20000000
Previous Block 00000000000000000001e35c56fee79bf0c8fc0be53126fb3bbbf415beca7a74
Merkle Root 4d220657cfb25af0f04a296914519a14c02238bfdcdfabbbdc36788e518a32cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,883
Size: 1.00 vMB
Total Fees: 0.00415578 BTC
Feerates: 55.17 > 0.42 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,142 (4,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
909,895 909,895 00000000000000000001cb78cb8b1d6af46b6ebca356611d980a47f77a865e0e 3,470 1.00/1.00 vMB 1
909,894 909,894 0000000000000000000180ede553a68c058d7f0b4d87768b4e6303ea19ea15cc 3,870 1.00/1.00 vMB 4
909,893 909,893 000000000000000000009bd225f87fae1681e1079f9645d2a9db103f43f85607 3,610 1.00/1.00 vMB 3
909,892 909,892 000000000000000000009d50c12fe5010f7685b6c6b87f1bc1fa5b9de1651506 4,103 1.00/1.00 vMB 5
909,891 909,891 00000000000000000001daedd61ef1261bee7708d14d186ea9bb7ed693862392 3,711 1.00/1.00 vMB 3
909,890 909,890 000000000000000000018f2bcf175066c9d3e7822285dccdc64597ad663f0aee 2,708 1.00/1.00 vMB 3
909,889 909,889 00000000000000000000b15e4dcb40b4765312dc9dabcecbb0efb02a2b084ca3 89 1.00/1.00 vMB 0
909,888 909,888 00000000000000000001344474429d71c46f8386333d3064e99a94d59bab1556 1,145 1.00/1.00 vMB 1
909,887 909,887 000000000000000000006306a7c9f9c0f07a84a3aa4b2abee425bc483c117bc7 1,858 1.00/1.00 vMB 0
909,886 909,886 00000000000000000000a56934832c400967104f10e4c12cea29d5359e0eed80 3,501 1.00/1.00 vMB 3
909,885 909,885 00000000000000000000d769c60e8cc6fd22d78efe5c5725a6e26deac1fe86b7 3,202 1.00/1.00 vMB 5
909,884 909,884 0000000000000000000013f28ffa51622cb4ff30b225587aeffc6cb8595ca94c 2,299 1.00/1.00 vMB 3
909,883 909,883 000000000000000000021c977089a7106b5e900cbf6f4e70c49748119328fe30 2,492 1.00/1.00 vMB 0
909,882 909,882 000000000000000000018b2159ad62d3dc69e4514ce172a5ea34c6e5a2323477 2,118 1.00/1.00 vMB 1
909,881 909,881 00000000000000000000cb1c2d0a255b3db774c6a2bc02a4a4c83a394a9c6236 2,741 1.00/1.00 vMB 3
909,880 909,880 000000000000000000019358f2f8e4b8d3142024adee684203a7415fabf32e7a 2,979 1.00/1.00 vMB 2
909,879 909,879 000000000000000000012599a52580a631d475df60414e92050499455b588bf5 2,880 1.00/1.00 vMB 3
909,878 909,878 00000000000000000002142edea3765b7134df71a9508186bf5aa43af78e9cc0 2,507 1.00/1.00 vMB 3
909,877 909,877 000000000000000000002a53b48950c8f3d9e6810bc950d44c2300e0713677a6 2,733 1.00/1.00 vMB 3
909,876 909,876 00000000000000000001519eeb5e6d1732bc69a32360a4dadd7b0d99d3c2cfc0 3,992 1.00/1.00 vMB 6
909,875 909,875 000000000000000000000f81e3d0ce096962585b6daa57a5cc86612321c48a31 1,774 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.85 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: 562.81 GB
    • Received: 7.49 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.