Loading Tool

Explorer IconExplorer

Memory Pool

74,995 transactions
27.66 vMB
0.07521143 BTC
Random Selection Loading Transactions
Max Size: 168.67/200 MB

Candidate Block

Mining Attempt 5dbbdbc914b7b14c0764b573ba5c3a1928b9210b5e4a33346fdc0eb0051c5a1b
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 10e2901b1c8f372ccd5bd46055ded62451daf25982f51774d045960502e6092d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,160
Size: 1.00 vMB
Total Fees: 0.01614156 BTC
Feerates: 100.35 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (540,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,073 375,073 0000000000000000084868bf81df98f4a9259df3d4e7cbf39850272086aec803 171 0.10/1.00 vMB 20
375,072 375,072 000000000000000004f56bd1646866c639badf6d3ea80fca210ee70663e4d743 190 0.11/1.00 vMB 34
375,071 375,071 00000000000000000714f2a248e512f3a2af8335411c8b5bbc7239f1b390a77b 1,058 0.53/1.00 vMB 36
375,070 375,070 0000000000000000120c3eacdc781bc7878777a9d7fa7bb4a49293929e9c17cf 1,050 0.52/1.00 vMB 40
375,069 375,069 0000000000000000061a6eee421e419ee0b2743ee4f2f1ec39f756d5542a97f4 137 0.17/1.00 vMB 8
375,068 375,068 00000000000000000eded33d68fd69cc2149bd5bae32fb601eb7921fc4a05c3d 1,816 0.93/1.00 vMB 35
375,067 375,067 0000000000000000055624f1bdd77f6e77d9c1c134aca4a69faacdf416053ac5 166 0.12/1.00 vMB 20
375,066 375,066 00000000000000000cdcb51aa0903a77bb1097dbf1baf429d7db8c6a1fbfea89 1,671 1.00/1.00 vMB 33
375,065 375,065 00000000000000000b63d6c4280a871f1c13de4848bd6276966b748b2f27ee87 1,051 0.51/1.00 vMB 38
375,064 375,064 00000000000000000555b730c356eddc8a4faae38fd5d7c38b4f452730e91c88 464 0.34/1.00 vMB 30
375,063 375,063 0000000000000000043bbbad8a71e2c700e80b5fdc6501a715de6ee5d1f32320 1 0.00/1.00 vMB 0
375,062 375,062 0000000000000000039eba75d76d16560f7ec152c3c52a4afef283c6bca4beea 501 0.33/1.00 vMB 29
375,061 375,061 00000000000000000c4305bfdba8d5d31a811c6842dfe6f7336d00c2e28722bf 1,469 0.87/1.00 vMB 33
375,060 375,060 0000000000000000125554bff0f83287fc0c4a0a0ae92a7746e019e751346804 706 0.36/1.00 vMB 33
375,059 375,059 000000000000000006df8b9709bbf0b9b9ae2c5898bebcc950e80947aa600013 926 0.56/1.00 vMB 29
375,058 375,058 000000000000000004af7a0a6018e983f1c10e110ed16e03986e62ac5cb17382 863 0.50/1.00 vMB 28
375,057 375,057 000000000000000002c615f2cadd55252cd6f8a17de8e2a6b74e6cf13581d2eb 423 0.25/1.00 vMB 20
375,056 375,056 0000000000000000029be36ef86e6272630bd69aff1bdd5ead0b5af5eb0c2d42 1,812 0.95/1.00 vMB 37
375,055 375,055 0000000000000000088fc9b2beb059865d2d528a94274ec4c11b232a3d7af425 1,226 0.92/1.00 vMB 22
375,054 375,054 00000000000000000fa79a1a0032fd235ccc834e6223acd311d2d5014de9eb9c 1,801 0.99/1.00 vMB 36
375,053 375,053 000000000000000004052a28898cb665a84a118ad12dffc59b0fe9e2f14e83be 1,339 0.93/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.