Loading Tool

Explorer IconExplorer

Memory Pool

82,277 transactions
31.10 vMB
0.10147828 BTC
Random Selection Loading Transactions
Max Size: 188.92/200 MB

Candidate Block

Mining Attempt b7e3adee570e6d6608aaef2dd457db5efbd2c9e0689c7d4be805d9fb8fadd8e7
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root c2e57abfd666065ab8fed1ed61cb8dafa32c5dac105a2788507f493225520245
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,100
Size: 1.00 vMB
Total Fees: 0.03040747 BTC
Feerates: 318.30 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (481,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,904 433,904 0000000000000000041e9283a90f149e590f3a635e5c4854c1edc2e67891a6b0 2,412 1.00/1.00 vMB 68
433,903 433,903 000000000000000001337dc6f457efa8fedafd43e9455fa32d23439c1cb0d621 2,637 1.00/1.00 vMB 82
433,902 433,902 000000000000000000bb7ee9a3d3c94b0162457af7b4f16f8060a7dc13988d44 2,190 0.93/1.00 vMB 83
433,901 433,901 000000000000000000e1456a794d921b27eb786cd54018dfc98942bceeb18005 2,067 1.00/1.00 vMB 61
433,900 433,900 00000000000000000291a5c3ef208b29a7dec8f26f54241ad95080dc30203ea9 2,239 1.00/1.00 vMB 61
433,899 433,899 000000000000000002de56e3a906f9c0ffe9276bcf90f1515b8bf2b6d2c94e61 2,417 1.00/1.00 vMB 88
433,898 433,898 00000000000000000014467a48a74e8c9b9384dee1fc5d6d1a6b693eccbdc509 1,360 0.91/1.00 vMB 58
433,897 433,897 000000000000000003c3d5feb65092af2a81f7f95f3b3fe91f99660a736ec9b1 2,061 1.00/1.00 vMB 61
433,896 433,896 00000000000000000324062bab875589b86296618b478329ef12fbd511234b97 2,209 1.00/1.00 vMB 81
433,895 433,895 000000000000000002afef633530137768cff35c695f9033ec0849a84107460f 2,110 1.00/1.00 vMB 51
433,894 433,894 0000000000000000022d22f5ce6145e825ef96bf4ef1da70f44d90e87114d84f 2,177 1.00/1.00 vMB 75
433,893 433,893 000000000000000003440ec77ca1d908a0f38180df0320a58aad43849c8640fe 2,410 1.00/1.00 vMB 55
433,892 433,892 000000000000000001f9efa1bc3140ba150f1b5785e11f756aed4e735ddd5cb1 2,664 1.00/1.00 vMB 80
433,891 433,891 000000000000000000a8d2b694a2058c130a86c93a1b11e2af8bb52497f97ec2 2,983 1.00/1.00 vMB 89
433,890 433,890 000000000000000002830ead75ace77b061015bb19eb844c8dcd0322fc226eb0 2,589 1.00/1.00 vMB 68
433,889 433,889 000000000000000003487340a979d3c395e00e511ec2783135f72eadf31d3dca 1,174 0.51/1.00 vMB 63
433,888 433,888 00000000000000000186ec0b9c54c56a128429758437cfb404a8d62fefe84908 1,040 0.49/1.00 vMB 57
433,887 433,887 000000000000000003701d6c6787b6a6f5011fce16d998f8fc9e1803c08514f6 1,528 1.00/1.00 vMB 26
433,886 433,886 000000000000000001c43421081b4e4ff321cb38f163316305692e75954ab097 2,208 1.00/1.00 vMB 60
433,885 433,885 000000000000000002a543f3186432baa69447487ca176bc5ede71c0bfbccf1d 2,607 1.00/1.00 vMB 67
433,884 433,884 000000000000000000d2c4736c6bc582243cde44a98b20e673cca31fa7bc587a 1,906 0.75/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 783.00 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: 718.44 GB
    • Received: 17.90 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.