Loading Tool

Explorer IconExplorer

Memory Pool

79,224 transactions
29.72 vMB
0.07581776 BTC
Random Selection Loading Transactions
Max Size: 178.18/200 MB

Candidate Block

Mining Attempt f6f0d5a14bf8410688d286accb090231bf2eea8292797fe54f3139e07d7cdcf4
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 41dfdef32400f10aff2c1e7ad98b8e08179a527f819d7b7bd6c917db64965955
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,686
Size: 1.00 vMB
Total Fees: 0.01535356 BTC
Feerates: 150.77 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (263,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,770 651,770 0000000000000000000e5f73c6a6ffa4148256d6a7bde2df05add596f7bf7041 2,341 1.00/1.00 vMB 27
651,769 651,769 00000000000000000003a704a9966d82d031ae64f99597bcd2374e5234632a43 2,556 1.00/1.00 vMB 67
651,768 651,768 0000000000000000000538e65a21b29c32b3d491c2f86c65a0220e286efbfa7c 2,469 1.00/1.00 vMB 68
651,767 651,767 00000000000000000005d0ed21d9ade28c312b64fe23d25b0cc33016aafb8d10 1,378 1.00/1.00 vMB 24
651,766 651,766 00000000000000000001b27012fb00e078d04152cd2cd370f155e227864c1bc0 760 1.00/1.00 vMB 12
651,765 651,765 00000000000000000004fe701d67b21800bd3a4c5b1eea6387035f6a7dce9f72 1,838 1.00/1.00 vMB 11
651,764 651,764 0000000000000000000893373c426ef5a4fc492d14a8d34f72700b0a3f4fbe67 2,222 1.00/1.00 vMB 63
651,763 651,763 00000000000000000005eaaa67491a058e30e004a932395d6d19ef912730eaeb 960 1.00/1.00 vMB 13
651,762 651,762 00000000000000000000731a317b1884e8c01e849abb4aaeff5fa5ecd7d0f496 689 1.00/1.00 vMB 7
651,761 651,761 0000000000000000000765227bb879538534f170c1baa607d7956ad35d16e0a5 1,930 1.00/1.00 vMB 11
651,760 651,760 00000000000000000009f6f93813c9b45f10034beb8ff10b3633e33c3c647d7e 2,304 1.00/1.00 vMB 13
651,759 651,759 00000000000000000006b447e15c0c164be6306696f986503f881e98c47417c2 1,724 1.00/1.00 vMB 32
651,758 651,758 00000000000000000008c921b3c7e1c1e70ab21559af2fae88bb2e0014bc4fb4 1,895 1.00/1.00 vMB 58
651,757 651,757 0000000000000000000d8f8a178278e5aa9c9f4b69edb397250f5e5fb6bc0e51 2,362 1.00/1.00 vMB 75
651,756 651,756 000000000000000000021340d9b8c925ba35f2c75d212af2f3e5c5b79946d680 2,712 1.00/1.00 vMB 87
651,755 651,755 0000000000000000000e247a1b26b76d64292bfce2353b4bfd0188fcbf531a09 1,990 1.00/1.00 vMB 48
651,754 651,754 00000000000000000003c3260ac52b81d2061c02bd3451b965953d51bf667fa1 2,253 1.00/1.00 vMB 106
651,753 651,753 0000000000000000000e3cb097583f3407219d78a1955a3a5c9f8f9d64ab4723 1,651 1.00/1.00 vMB 11
651,752 651,752 0000000000000000000498eae0bc4ccdbf3faecd238971c555fd5a7588f598bd 2,051 1.00/1.00 vMB 77
651,751 651,751 00000000000000000008898ce697c4da8b3c84a0ba821327b3916eb5337df2f5 1,551 1.00/1.00 vMB 21
651,750 651,750 00000000000000000003d61daed2fdef212f8d5dc21733a26b3931b21b4f5f0f 2,980 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.