Loading Tool

Explorer IconExplorer

Memory Pool

74,843 transactions
27.62 vMB
0.07404014 BTC
Random Selection Loading Transactions
Max Size: 168.43/200 MB

Candidate Block

Mining Attempt 542c2bf3dc88837b6ae0910734e7c0d57e6569942f024f2df4b281b014cd594e
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root b7986811acc5dde2f1b99ee516f39dd5393773aa37c6e9455f054f2112ccab95
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,320
Size: 1.00 vMB
Total Fees: 0.01511634 BTC
Feerates: 100.35 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (286,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,035 629,035 00000000000000000004f629084803740eeeb7f57f5e7f2c41e2a44d403422f5 1,109 1.00/1.00 vMB 20
629,034 629,034 000000000000000000112eb10e4ebb583efe522520753ea84773f0e7a2dd5597 2,490 1.00/1.00 vMB 26
629,033 629,033 00000000000000000002127eb60f4ecf07b2a271cf7244c80d60964a92c7c4bd 2,588 1.00/1.00 vMB 54
629,032 629,032 000000000000000000082e2663fc2e8b4a93da4d5bdb1bdf81f57276e93c0d2e 2,157 1.00/1.00 vMB 18
629,031 629,031 0000000000000000000baf1006fad2818780c37737d85ed84f96156996857e10 2,586 1.00/1.00 vMB 73
629,030 629,030 00000000000000000009c08ed62dde0baf7121db4c3eaff1026fcbe0e5124774 2,254 1.00/1.00 vMB 50
629,029 629,029 00000000000000000008ac89c497584e1b7c1ac0bd5856693bf3792fadc5e619 2,523 1.00/1.00 vMB 30
629,028 629,028 0000000000000000000a5ec682114feb0d34fadde781d37937fe571daf37703d 2,484 1.00/1.00 vMB 38
629,027 629,027 000000000000000000005137e6b6104e69cdf435897929f63211a3c2169c8f2d 2,791 1.00/1.00 vMB 79
629,026 629,026 00000000000000000003df7511af473309350c6444a071a9d0e0bd0846bf07b1 2,549 1.00/1.00 vMB 90
629,025 629,025 000000000000000000053a232050251475f456dbe0d68cfc22fdba058bba55a4 2,689 1.00/1.00 vMB 29
629,024 629,024 00000000000000000007dbf16daab392e2c00e8be9ed49b362a85899e49f0163 2,611 1.00/1.00 vMB 61
629,023 629,023 00000000000000000007c3302d3cabb4311487d4914538b6b4353602eaebf7c5 2,504 1.00/1.00 vMB 36
629,022 629,022 00000000000000000004d29765c79220efc82d023e46dea452569ff84538106d 2,612 1.00/1.00 vMB 58
629,021 629,021 0000000000000000001058dce6d2f586999391d4c14ebab9d272b52cd9f679ee 1,822 0.98/1.00 vMB 40
629,020 629,020 00000000000000000003d19e270a0d11f35b033bdaf7572c3e4d612f624972ea 1,493 0.59/1.00 vMB 41
629,019 629,019 0000000000000000000a68eaeb13513ea7f90d99bb45c0af26eb1ed92f33217b 1,777 0.67/1.00 vMB 35
629,018 629,018 000000000000000000093a05a34758a2abcc493cd7c685d4900c8c967e0cce2c 2,044 0.64/1.00 vMB 42
629,017 629,017 0000000000000000000f5d332d05a78eef4f7bb4f1d6739da62b98aa59c131d4 894 0.42/1.00 vMB 31
629,016 629,016 0000000000000000000cd32d5bbf09b4358ff9a1804318e48a9ca596baa1bea5 2,639 1.00/1.00 vMB 38
629,015 629,015 0000000000000000000a2ee387028d80cb541c1e98f1dc890247aaab3f31384a 1,940 1.00/1.00 vMB 12
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.