Loading Tool

Explorer IconExplorer

Memory Pool

57,147 transactions
17.78 vMB
0.04419804 BTC
Random Selection Loading Transactions
Max Size: 113.12/200 MB

Candidate Block

Mining Attempt dade632a36b866eee53f95b39d322345ecdf6b1b19f44fa98fc2fcf44a81350a
Version 20000000
Previous Block 00000000000000000001dcde000dc1f88feabaac049b0c0d664cd7d13a276a5b
Merkle Root aae412de3ca2bfb3d6ca89f6e5534f681dd13ae96dc3820d1c5b3f3920f90423
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,375
Size: 1.00 vMB
Total Fees: 0.00463788 BTC
Feerates: 13.87 > 0.46 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,726 (74 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,652 915,652 0000000000000000000151e3529276bc41046e1b01e70644f9a98489f3b3defa 1,260 1.00/1.00 vMB 2
915,651 915,651 00000000000000000000dc2abe09c95625075c798769c4a6a310af770ee5e95c 821 1.00/1.00 vMB 2
915,650 915,650 0000000000000000000097c08c5622773dd2678675ca33f4eb63f64cab9c49a5 1,754 1.00/1.00 vMB 3
915,649 915,649 00000000000000000000cb89f4c36863bc352ac1f73ed5d9cd2c7c037078ba04 2,851 1.00/1.00 vMB 3
915,648 915,648 000000000000000000010cd0dab7910993758983b0801a1bac40f46e6f17d5e7 1,269 1.00/1.00 vMB 2
915,647 915,647 0000000000000000000155472c763a4786de1aae9f91a5dfd5ca26e778a3b95f 2,020 1.00/1.00 vMB 3
915,646 915,646 00000000000000000000575098f706fc00fa83e43e0c7fdcc4cbfad2c2a097f3 4,098 1.00/1.00 vMB 5
915,645 915,645 000000000000000000002128f08076c4278d8e6a8312c3abb6321e557facd1c9 2,279 1.00/1.00 vMB 2
915,644 915,644 00000000000000000001689feae05c5586942613c67baaa5a861943f759500fe 4,686 1.00/1.00 vMB 4
915,643 915,643 00000000000000000001f3f62cf8ea709b7bc0c5d6908e583181766e18cbe489 3,818 1.00/1.00 vMB 3
915,642 915,642 00000000000000000001f094266b9d65f046e251fa5f90f070137f64a43d3a17 3,825 1.00/1.00 vMB 7
915,641 915,641 0000000000000000000037c5242f11ef72c2e36b55fbaae2c65084cfde983f7f 3,610 1.00/1.00 vMB 4
915,640 915,640 00000000000000000001eb10e6dd50187c4bb54ce2ef20875dd569cc85647dd4 4,661 1.00/1.00 vMB 7
915,639 915,639 000000000000000000002387694becec4e877630814da8d76497a96598cb7502 3,722 1.00/1.00 vMB 9
915,638 915,638 00000000000000000000bb3bc41843719fe36e9ccf594ee58bf79ac5f82daed4 4,742 1.00/1.00 vMB 6
915,637 915,637 0000000000000000000064eb4b37020a1ad2e35abe0d9af7f8080c5b59a4be98 4,295 1.00/1.00 vMB 7
915,636 915,636 00000000000000000000dcfe18c3e42ef91cba968ba3b2f26fba23c17a72a66c 4,674 1.00/1.00 vMB 8
915,635 915,635 00000000000000000001e4fde79e1fe01af27d4e76c48343b723fc7054e22573 3,647 1.00/1.00 vMB 6
915,634 915,634 00000000000000000001a97a7e8496ce4c2a6d89606758ddf3eb31ad29a9060c 3,688 1.00/1.00 vMB 6
915,633 915,633 0000000000000000000115aec14edef7351610aaca38a5e367d17c217cb00d7e 4,075 1.00/1.00 vMB 6
915,632 915,632 000000000000000000005e8831ecac08a960a91d5f5cb02dc703da148f7574ec 4,011 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.63 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: 775.88 GB
    • Received: 20.95 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.