Loading Tool

Explorer IconExplorer

Memory Pool

40,535 transactions
28.28 vMB
0.13811821 BTC
Random Selection Loading Transactions
Max Size: 144.44/200 MB

Candidate Block

Mining Attempt 56048e377dc3c442a102e59e3eb1382c9e4095b7cb231ac49546a62b22f8459b
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 244801d96232485b7c65181803e2df2c497aeee10e2b34869b9f29268c3f6f32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,908
Size: 1.00 vMB
Total Fees: 0.08353946 BTC
Feerates: 102.90 > 8.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (476,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,101 438,101 00000000000000000256e03cdcf2364d6f07435e7e80f7304faabd4fa94549a0 2,352 1.00/1.00 vMB 74
438,100 438,100 000000000000000001c33d068e349ba016a3847d72b88812b32f79f25b0d0540 2,617 0.96/1.00 vMB 72
438,099 438,099 0000000000000000015d50ff7d32dc2aac7c662da4132501890ab34b6203449d 49 0.02/1.00 vMB 63
438,098 438,098 00000000000000000032bc2208c380fea2d2059c1b6babffe80f18f8fb978086 1,930 0.97/1.00 vMB 56
438,097 438,097 00000000000000000233ddbc85d1e3af1db6ed5555efd7d50d941ce309ea81df 1,232 0.47/1.00 vMB 71
438,096 438,096 0000000000000000017266969595a1f5c51811ee82e12f01e12d58a51ede8a29 1,246 1.00/1.00 vMB 49
438,095 438,095 0000000000000000031ae8f7f29831c20fbd89cd63f3e42707478fd85dcafbcf 2,065 0.85/1.00 vMB 67
438,094 438,094 000000000000000003f9b3c3590505cf13825e9b08bb14eedca922a932f51ff6 1,211 1.00/1.00 vMB 33
438,093 438,093 0000000000000000025e9133bbcc7b2a2a5dee2cdbd3d6a4aba1ed87ec8330b2 1,822 1.00/1.00 vMB 42
438,092 438,092 000000000000000000d577afebf691a9f576b3f821cba365b6053c078c1beda7 2,595 1.00/1.00 vMB 56
438,091 438,091 00000000000000000147c317af4f2863ccb304bc1d70a2ae32b1d4d0f38824b8 2,435 1.00/1.00 vMB 76
438,090 438,090 0000000000000000032c0751d05b2ad376eb09cf34e905854c7091e70332ebdb 2,827 1.00/1.00 vMB 88
438,089 438,089 000000000000000003e76ade5beeda1a1eb629b6c550a6c64c67bdf152874e13 2,195 1.00/1.00 vMB 69
438,088 438,088 000000000000000001ca646bb1a8d906355ec323edd2b55b94db12708cfafef8 2,534 1.00/1.00 vMB 76
438,087 438,087 000000000000000003646687e34a9c10746b69407f04da614cb854d24fab94ba 2,811 1.00/1.00 vMB 62
438,086 438,086 000000000000000000929071828f619cc21b626f0a762895fb82b962a7d6624e 2,372 1.00/1.00 vMB 75
438,085 438,085 00000000000000000412511bdd0681f284b5c9e549db1b6038428893097691bc 2,416 1.00/1.00 vMB 69
438,084 438,084 0000000000000000007fea180c29eae02e89b57c958c987be8fa8e10fd8af451 2,770 1.00/1.00 vMB 113
438,083 438,083 000000000000000000fef9508b527cebaa2d48da6be0f5340dd5261a7b7c7623 719 1.00/1.00 vMB 20
438,082 438,082 0000000000000000038af1ca85a008f80b6a8b0f7bfb694d69c3b21e6db8b6de 1,798 1.00/1.00 vMB 39
438,081 438,081 000000000000000003853d3fd36733997b9c9ac8ef83ca1aa953db9cddfe219e 1,534 0.75/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.