Loading Tool

Explorer IconExplorer

Memory Pool

47,776 transactions
30.25 vMB
0.09746715 BTC
Random Selection Loading Transactions
Max Size: 161.15/200 MB

Candidate Block

Mining Attempt 81f8b4ac6d70a23d9b6ad051d2553e0bdb3e9cab18f5875b71da8149e0ff9d62
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root dde0f59645eb621a9b6cc7c2ea741e929d8ccaebeab4717588fc89a314362368
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,083
Size: 1.00 vMB
Total Fees: 0.03635007 BTC
Feerates: 150.97 > 3.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (176,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,291 738,291 000000000000000000053bd0e5ec46c04745bef1f584a2ab3f071fe62d3e38ab 195 0.06/1.00 vMB 15
738,290 738,290 0000000000000000000810d18c0b7584b4b42113f31059a711ee086d94ff522f 472 0.24/1.00 vMB 8
738,289 738,289 0000000000000000000411f4efe2c5e8f1b7eff0c1e70cc2e2b5baf6c7725b49 778 0.30/1.00 vMB 10
738,288 738,288 0000000000000000000930e90bc6c0a7fb342fe4057dab2d32d62d0323910b38 926 0.29/1.00 vMB 10
738,287 738,287 0000000000000000000856285ed95be8e6cffb0db4e726e9b42431245f1cd1e3 169 0.09/1.00 vMB 5
738,286 738,286 000000000000000000068f84db113ebcd79e28a43ea8ad196f44e3bdd4aa83c0 2,065 1.00/1.00 vMB 7
738,285 738,285 00000000000000000003c5c2dd4a2b16c3d82443c84eb73ec837521a18be7de9 2,222 1.00/1.00 vMB 14
738,284 738,284 00000000000000000000abf62da2c64f69a4951aa2550091a9c02a6c4b8970de 374 0.25/1.00 vMB 15
738,283 738,283 00000000000000000001ba5da505259d255edc5c98f9b5714d4db090da8b0a61 677 0.48/1.00 vMB 11
738,282 738,282 000000000000000000086883304f2abcdd863d3353a9e71361f90aa7546765e9 560 1.00/1.00 vMB 13
738,281 738,281 00000000000000000000fe3bd7014c5519c09904fb621882c4b66ab5201bf6aa 1,471 0.66/1.00 vMB 11
738,280 738,280 0000000000000000000954f9d204246b46a4bbb6625b21628de75ed531442de8 577 0.39/1.00 vMB 2
738,279 738,279 000000000000000000071e41f234c9205f56a88559f0b5e5dd95926af56ddc0d 2,487 1.00/1.00 vMB 7
738,278 738,278 00000000000000000003cf6f0663579f2e3892df75fddce25b298addf4109819 3,160 1.00/1.00 vMB 19
738,277 738,277 000000000000000000087e24f5d78909b006342293cf2f997ad1c64906e7d12d 475 0.40/1.00 vMB 5
738,276 738,276 00000000000000000008fbcf1f6d0ed0ca98d71d7fc6d945b4b5288bbbcb2317 657 0.25/1.00 vMB 12
738,275 738,275 000000000000000000046aa34217880f7eb71d00fd13bc23340cd172a482a2fb 1,029 0.63/1.00 vMB 8
738,274 738,274 000000000000000000044c9241719b65aecde0c1339fae532fc9b3616e266c10 1,225 0.98/1.00 vMB 5
738,273 738,273 0000000000000000000072ad3f9193fac28e0a1b34d5f62db0eb3ac0581854fa 2,448 1.00/1.00 vMB 5
738,272 738,272 00000000000000000003e8d331993282ad1e056d58ce409952cd7d1bdcffa3cd 2,214 1.00/1.00 vMB 13
738,271 738,271 00000000000000000000ad0fe953357c568031cd1f4930fbe9e93378b0a9bdf8 3,328 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.