Loading Tool

Explorer IconExplorer

Memory Pool

81,175 transactions
30.62 vMB
0.07372040 BTC
Random Selection Loading Transactions
Max Size: 187.84/200 MB

Candidate Block

Mining Attempt 740cf9752bba61e4373147a4b3cb5cb454ebb770b902fad5a3c6966cec5d316a
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root c566051e17a0f089f84056596c0f55f268b49a89ccbe4b831bda484c7c9b7034
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,595
Size: 1.00 vMB
Total Fees: 0.00525572 BTC
Feerates: 10.52 > 0.53 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (366,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,116 549,116 000000000000000000257154ac3c95782edf4f7c5c60a342a6a77fc9a1a64722 929 0.69/1.00 vMB 5
549,115 549,115 0000000000000000000935c5d6016780847853340a22344d01ddf5642fd1641c 3,001 1.00/1.00 vMB 5
549,114 549,114 00000000000000000024558722274d7182cc7b533288a55eea0d1d4fdc48ecd2 1,841 0.80/1.00 vMB 29
549,113 549,113 000000000000000000261a278d1fc296e4b83f90bf248dc48703efa311c045cb 2,562 1.00/1.00 vMB 15
549,112 549,112 00000000000000000023c51449e339337a9d68e55593382aa2933ba99d7113e5 2,290 0.95/1.00 vMB 13
549,111 549,111 00000000000000000015c7f437096ad015185c8bfa3a55eef8948de4aa6e2439 318 0.32/1.00 vMB 2
549,110 549,110 00000000000000000011a4630ddc815ed6c1ef55f817fb796d94dcac1b0ccf48 1,347 1.00/1.00 vMB 8
549,109 549,109 000000000000000000228d72deaf2b2dc7d77e06219e17720cca425ce5f5d11b 489 0.18/1.00 vMB 18
549,108 549,108 000000000000000000019ec2737d90059b2a4fc81cd3b6ed5f52d4e9ffcfb552 2,925 1.00/1.00 vMB 7
549,107 549,107 00000000000000000010850c683d8b01bfe23e0c88983df4699758e1bb8d75d2 2,841 1.00/1.00 vMB 5
549,106 549,106 0000000000000000000a7a37e3aed51c0c8f4677a5413a85a4b164485dac97a1 1,647 0.70/1.00 vMB 19
549,105 549,105 00000000000000000002efca1fdcf6bdafd1a9b3420ae9b7de4d0ce1006c4679 114 0.04/1.00 vMB 30
549,104 549,104 00000000000000000013038e556bcdafdf1a140624bd9e1be8c499b572bf3388 2,770 1.00/1.00 vMB 9
549,103 549,103 00000000000000000024bfe3e5a06a8e332b1dd98b64370bdfbc7ced05d779cb 1,808 1.00/1.00 vMB 13
549,102 549,102 000000000000000000032e9de82885f93e34b8f2ff5ff2030b0aa308b4253910 2,855 1.00/1.00 vMB 29
549,101 549,101 0000000000000000000cf454c5b83c7bc75501e982c44ad9f3424b93c66abc25 2,843 1.00/1.00 vMB 25
549,100 549,100 00000000000000000001dd42dc31bc8edb75ddd7d740fbd398afdf9c4819f7e3 2,184 1.00/1.00 vMB 2
549,099 549,099 0000000000000000000fa4f5b9c5d345ba23bb3df85080fa383da9787c2da989 579 0.21/1.00 vMB 22
549,098 549,098 0000000000000000000e95b51837e70a16f3640a07b8f9368d6eba178c8b5b57 2,604 1.00/1.00 vMB 17
549,097 549,097 000000000000000000027acf2f098162cded930013f2cf083dcf5f608c2f3e4e 2,921 1.00/1.00 vMB 9
549,096 549,096 0000000000000000000d6c2b819e3b1e2ffff47031b9bf28e99336533f86d477 2,391 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.