Loading Tool

Explorer IconExplorer

Memory Pool

40,038 transactions
28.10 vMB
0.06559715 BTC
Random Selection Loading Transactions
Max Size: 143.22/200 MB

Candidate Block

Mining Attempt 39b239663d2ac2a1d981f30f76e1edd21b861a07f08b57c29725208276479f8a
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 331fbe9430060dddf0b0987e383b0a04035be28bedee0b4b07ceced22b404969
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,659
Size: 1.00 vMB
Total Fees: 0.01161858 BTC
Feerates: 60.16 > 1.16 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (796,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,509 118,509 00000000000073db14e4e63a8ab64deb5d22deb7f323d756fe93ff5acc5bcfeb 4 0.00/1.00 vMB 0
118,508 118,508 0000000000000aa4099f1be776aa5661c2448a3c87bf9472af945f3c6053a96a 6 0.00/1.00 vMB 0
118,507 118,507 000000000000684eef29088c2c7101486e0e2f58c406875e4fd6d73e7cc52cb7 28 0.01/1.00 vMB 0
118,506 118,506 000000000000c20be0965897f9af8d5ad264a1bb78be70fe2ac9213957907ae8 10 0.04/1.00 vMB 1,155
118,505 118,505 000000000000a924ee811f1d892a7a7c21648fdc1da6091756d2c631ab49ef2e 1 0.00/1.00 vMB 0
118,504 118,504 00000000000099dbede0d3b4456219b7fd00c010e6b266ce14d7939c5d27dc7c 10 0.00/1.00 vMB 0
118,503 118,503 00000000000054870dcde62e9cab6ca22e73c93817c4aaba3879126c5006479c 14 0.00/1.00 vMB 276
118,502 118,502 000000000000ba5928e07210b083dfb3cd9cb61879fdc3d9618a51029fe2112b 6 0.00/1.00 vMB 0
118,501 118,501 00000000000047cffee21325667855fececc700dd6fd9eb3e1a7129c99a82b40 7 0.00/1.00 vMB 0
118,500 118,500 000000000000b7aef9af63a97bceffdab174d09085034537b0523c7ebf624c5a 8 0.00/1.00 vMB 0
118,499 118,499 00000000000061dc680849bc2ac234a4ea5d78379f05dddc4465b1a9f8f8510e 10 0.01/1.00 vMB 194
118,498 118,498 0000000000004adf5215d18afb041a49d534cf3b54f492aefbab3eb8aaa4ada8 4 0.00/1.00 vMB 0
118,497 118,497 0000000000003d5c2509d9b4f65e9d0bf1f0b8befe94c41e3ec979d8a95d3ab4 10 0.00/1.00 vMB 0
118,496 118,496 00000000000002d9e7b396f972b250c1d2270723d64ebfb9081dbad260b78acd 10 0.00/1.00 vMB 1,118
118,495 118,495 000000000000722ce8efe7e998a9eaf39bc9bc7fd2a08ae6371d85143dbf99ec 48 0.02/1.00 vMB 0
118,494 118,494 0000000000001ff20dc97b1d47a0f9ee52d7d57fb625c57c568682e7c6b916e7 12 0.00/1.00 vMB 0
118,493 118,493 0000000000000ac3224394527672448184dfd82c12a4528835e564ccfb01ac90 6 0.00/1.00 vMB 0
118,492 118,492 0000000000007075e29fa0d04e18172c18347ccc2a5df3f9ed0bcf4951ba4158 21 0.01/1.00 vMB 0
118,491 118,491 0000000000008b197feca211757fbb5026fcd290c01a6d7db1e139bf25e3976d 19 0.01/1.00 vMB 77
118,490 118,490 000000000000c65712533aaa85ad20a61434370bfea1b6222dffa336301d4331 12 0.00/1.00 vMB 677
118,489 118,489 000000000000964a643590ff32c98db73f523a59b7084d268f49513ac18a0d58 122 0.04/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.73 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.32 GB
    • Received: 12.01 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.