Loading Tool

Explorer IconExplorer

Memory Pool

43,160 transactions
27.08 vMB
0.05555477 BTC
Random Selection Loading Transactions
Max Size: 142.67/200 MB

Candidate Block

Mining Attempt edf1d154f7639f7e3bffe790baf07ba515b9492130a7bea4fa2e76acdb8c2601
Version 20000000
Previous Block 000000000000000000008b3b3a15207ddb4b53969984fa4d3acfac40fce3eb15
Merkle Root f6ff7e6c300ace93e38b2118bfc18cee3cb3e4c6e3fd0bc5bae82ac27c676c52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,623
Size: 1.00 vMB
Total Fees: 0.00500929 BTC
Feerates: 12.10 > 0.50 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,925 (680,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,016 234,016 00000000000000f7860030bc8811d21857bfdd42e5cecc8871a88ef9723dd61e 331 0.15/1.00 vMB 173
234,015 234,015 000000000000016fcd8996c801416e0d376734dabc531a4e7c8891a9ff3cb76c 526 0.24/1.00 vMB 167
234,014 234,014 000000000000001a1c2d2594573c07d97caaa7f62bb4eb2f9b67984605f19201 388 0.19/1.00 vMB 148
234,013 234,013 00000000000000612dd6225be62ca550dd382cde2b80490d2bc5a4037cd732c8 393 0.16/1.00 vMB 174
234,012 234,012 000000000000000ba27ae73cb48c3bb20fa5f9dbe5fcfc87faf02327059fbc0b 625 0.25/1.00 vMB 176
234,011 234,011 000000000000008dd0e49a1190b8cd7ace79e35ea6820d7bb4e1711e2b1fef75 333 0.19/1.00 vMB 129
234,010 234,010 00000000000000b3b2daa3231395ac7aa70d1c9a11f032e3c9b0441c527042ee 547 0.25/1.00 vMB 197
234,009 234,009 000000000000007b69c033883a4d1cca5f6f49d8a7bca186fbb16c7d68e68ce6 621 0.26/1.00 vMB 179
234,008 234,008 000000000000007495f21fe590e0c449a124a109c54ae586a1a9308b8dbe4d49 58 0.04/1.00 vMB 80
234,007 234,007 0000000000000195249d83c73ff6261fe399f5b0a4b3f08373c5678e9e775902 10 0.00/1.00 vMB 108
234,006 234,006 0000000000000105e94eb441966a7f4dc9526e5d506d0a17934c0fa89aaf1794 533 0.24/1.00 vMB 185
234,005 234,005 000000000000018c7cd320d97e505d8bd95414f57e295ffbc6d0e84f512eb12b 214 0.09/1.00 vMB 194
234,004 234,004 000000000000013a5abcc71b291de803f1169ef2526d6afee5d0508e8fddafd2 47 0.02/1.00 vMB 14
234,003 234,003 000000000000008cc8bb70d98a0dccc335177d7e4134d3b65624ae83e962f4ac 462 0.18/1.00 vMB 139
234,002 234,002 00000000000000cdd3b9e35572da0f0e28f191861d4de4462430568133f8d018 496 0.24/1.00 vMB 190
234,001 234,001 000000000000001fc3ed9921095a06a7bc3ed2db0400341a6ff7a12ec4f08912 210 0.10/1.00 vMB 202
234,000 234,000 00000000000000597f9263ea97bed4d3b10fbd55733a73bd1027f1a9b6c1451a 86 0.15/1.00 vMB 12
233,999 233,999 0000000000000178e53ad3c77166a4c66e8857c5380808ac22e81a91983a4fdc 543 0.23/1.00 vMB 281
233,998 233,998 000000000000000fcde54e2ebb236b4426feac8fd88638f51670c2d316487242 414 0.25/1.00 vMB 143
233,997 233,997 0000000000000120a2973ef5302c3698a2cec5651cdb75860e0afbb4b4c70f6c 381 0.19/1.00 vMB 205
233,996 233,996 00000000000000d22c7eb752839420faa43ee38c16c1cc82139f1ce88c932ab8 316 0.16/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.26 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: 655.59 GB
    • Received: 14.33 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.