Loading Tool

Explorer IconExplorer

Memory Pool

81,023 transactions
30.40 vMB
0.13398417 BTC
Random Selection Loading Transactions
Max Size: 181.96/200 MB

Candidate Block

Mining Attempt af6f22855f7b6f46967aaac3ee1a8c740c4762ce477d2b4ef5a09ee8c1459544
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root e821f63ec057d1646d6ca3b36cde021c7fbab7bf3d5abb4badc4047e2973f7a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.06162669 BTC
Feerates: 150.86 > 6.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (369,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,010 546,010 00000000000000000008eb4b26e16c71b1a6b3f255b50d42d890792350a942d9 2,710 1.00/1.00 vMB 22
546,009 546,009 000000000000000000123eae9243346ab7e254fdcf8de05f718d27de56087cfe 1,103 1.00/1.00 vMB 9
546,008 546,008 00000000000000000000b85c57901a5ac93bdee23c127ffac786770cb9642e85 2,187 1.00/1.00 vMB 12
546,007 546,007 0000000000000000000ec81a37d9609a9b33519eb6625fec69edeb04367d64db 1,369 1.00/1.00 vMB 10
546,006 546,006 000000000000000000056fec35e9d970d0077f5513a89b5286c86a70bb315ced 2,685 1.00/1.00 vMB 7
546,005 546,005 00000000000000000003b0adaaf81c7d245b0d8f7fb2a2eea6c0b3dc0a321c88 2,672 1.00/1.00 vMB 12
546,004 546,004 000000000000000000231a8ded6eb82a4f0167cdf461a8fef40c95896386a3b0 2,341 1.00/1.00 vMB 29
546,003 546,003 0000000000000000000b10e85f1a30f92dbc184de1244f533d12091876959828 1,554 1.00/1.00 vMB 4
546,002 546,002 0000000000000000001b4dbbe51c0599fa29aec9360d1c01b4877b7e7cdcf31d 2,048 1.00/1.00 vMB 10
546,001 546,001 000000000000000000007a843f946fc4ded3fbcf1a1e702eb6fa8d52fcfb561d 2,458 1.00/1.00 vMB 19
546,000 546,000 00000000000000000005dcf0f9fd8a99d8d2f0f03070bf882ca0978fe289e556 628 0.39/1.00 vMB 11
545,999 545,999 00000000000000000007f16f24ff41af6aec05ba4bdc185efea798895d06ca39 1,070 0.69/1.00 vMB 6
545,998 545,998 000000000000000000014fcc4fac92be8524d6144133149e109e0252b087ea77 2,307 1.00/1.00 vMB 24
545,997 545,997 00000000000000000021c389357909c3a2500be05b69abaf10ae8f0c8ae4b1a5 922 0.49/1.00 vMB 11
545,996 545,996 0000000000000000001d71b4cda649763d7c1bad81ed4161a610f044744230d5 1,220 0.77/1.00 vMB 18
545,995 545,995 0000000000000000001332f21b29c5b5679de255366830017572e17a26f6aac6 223 0.10/1.00 vMB 24
545,994 545,994 0000000000000000001cb1c2a6942034674b9fbc809ec3719c138ba3f3600bf5 643 0.33/1.00 vMB 11
545,993 545,993 00000000000000000021bee5e02b633d99e67bdb268cfec3b432ea1075acede2 921 0.56/1.00 vMB 9
545,992 545,992 0000000000000000000e76246e6188da2f8f94908fabcd49614f80ec5798dce9 841 0.80/1.00 vMB 8
545,991 545,991 00000000000000000011d8ce1b55fccc1b8e498a4dd62061114e6e33c3213a9b 1,448 1.00/1.00 vMB 10
545,990 545,990 00000000000000000023e6f7cc6f88e8379bcb512d6221a0e45493be9323b52a 2,088 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.