Loading Tool

Explorer IconExplorer

Memory Pool

68,105 transactions
25.99 vMB
0.06393595 BTC
Random Selection Loading Transactions
Max Size: 156.30/200 MB

Candidate Block

Mining Attempt 00a83bedf7b9172a67af966b977d59f7befee11304c143eec21dda0ca559142f
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 8452291f17df483a761a5e9e633cab09ae11cd66c7f85c5108d2f30d13cf8f74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,458
Size: 1.00 vMB
Total Fees: 0.00893462 BTC
Feerates: 60.03 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (786,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,020 129,020 000000000000004b2fa334cbd485c165bf931f65d164d5af238c1d9f73be8d05 2 0.00/1.00 vMB 0
129,019 129,019 0000000000000d5b0c857defc5dac62448e9bf05fd6e27b1300f27bab6ff975c 111 0.04/1.00 vMB 319
129,018 129,018 0000000000000340c4c2551c5271dd7eb6d23c64809af4e4a36ab846bd5a0a50 21 0.01/1.00 vMB 346
129,017 129,017 00000000000014d0a5d20806fc19706241874ff9ddda4b15f00598c238f9dce9 12 0.01/1.00 vMB 179
129,016 129,016 00000000000013ca3d1f23229a7ca103c172e589c3a29d4daee0cebb480d64a0 10 0.00/1.00 vMB 0
129,015 129,015 0000000000001ae8ecba760d454920d889fc8646b8cd5e6bd147f7226adceac3 12 0.01/1.00 vMB 581
129,014 129,014 0000000000001c82dfb03d33f6ddc5cdf5b030c6788003f31f9bf44490448173 20 0.01/1.00 vMB 1,063
129,013 129,013 000000000000185871b6280f256dea7ded76fe4f25193dc5676afa7fab3a429e 25 0.01/1.00 vMB 114
129,012 129,012 0000000000001cd8d8f92522bd312d5488afcf9b73539cc14e1d9dfc4c813f45 12 0.00/1.00 vMB 968
129,011 129,011 00000000000023fbf6b6f9fb923ea94bd75e64bbf0821f2a283bf997be316663 48 0.02/1.00 vMB 835
129,010 129,010 00000000000015db60a2649aedca5eff7ec9f832db155e0272d0d1d2a50ed2cf 7 0.00/1.00 vMB 0
129,009 129,009 00000000000018bd6563ee6f5fd1c404a7b8baee2fe6a5579ffdc1a7ee754d88 13 0.00/1.00 vMB 1,123
129,008 129,008 0000000000000aeac0894999781ea845f73b0cfda3a9b34d098110a097913282 21 0.01/1.00 vMB 1,340
129,007 129,007 00000000000010dd465c9778e8475f56264818903ae299b5e4891b4ea8341421 33 0.01/1.00 vMB 87
129,006 129,006 00000000000016adb4a72984112be9fbc75ed033e1cebfa68cfddaf7d3e64ac2 40 0.01/1.00 vMB 313
129,005 129,005 000000000000101827bc55e1e6abc75ec6c7aedb45b0a935b20192a398962d1d 18 0.01/1.00 vMB 673
129,004 129,004 00000000000011cd89565fe9b34b384896f3943f043b10c0639084818643ed7b 17 0.01/1.00 vMB 123
129,003 129,003 00000000000013e56510514b209070b34368344a192f36e68a05e8b14520954d 74 0.03/1.00 vMB 302
129,002 129,002 00000000000022c3e6c00ed3bfb0813e7ad2de644de38d623c5f6849f2f34473 93 0.03/1.00 vMB 398
129,001 129,001 00000000000014417bffbaf300bb1d360be148a897de3a5914319105166c9e46 61 0.02/1.00 vMB 674
129,000 129,000 0000000000000b85f08e4fa7cea9dbd1a7ec5ecb9f644d214e3572e214b570a7 14 0.00/1.00 vMB 410
Previous 10 blocks ↓
Total Size: 783.29 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: 766.53 GB
    • Received: 19.28 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.