Loading Tool

Explorer IconExplorer

Memory Pool

46,119 transactions
30.57 vMB
0.09732345 BTC
Random Selection Loading Transactions
Max Size: 157.21/200 MB

Candidate Block

Mining Attempt 5b96c432de5949707001d49ff236a35cecd5d24af38333eeb3a1c00012af8398
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root c54d95a7f82de1ba5c0c3b9a3e5d3faa070704e8ba8a121971223e9b9046dcb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,561
Size: 1.00 vMB
Total Fees: 0.03085808 BTC
Feerates: 100.29 > 3.09 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (311,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,585 602,585 00000000000000000010a54baf0ac0985d92c8bbe1fac9ae42a60f05991e21e5 2,054 1.00/1.00 vMB 8
602,584 602,584 0000000000000000000ad72ca0bd8aa5742d4909fcebb2718261fa10559fcbf0 2,642 1.00/1.00 vMB 25
602,583 602,583 0000000000000000000f5e10c77f89ff59dbc149d5226e3574ef890f06870d03 2,846 1.00/1.00 vMB 22
602,582 602,582 0000000000000000000e11ed605b50caaa9e9137f9a3dd7ce3b318721bf838a2 2,841 1.00/1.00 vMB 28
602,581 602,581 00000000000000000009cfe6d627b941477a1171ce048730ae86b6b03839329c 2,998 1.00/1.00 vMB 37
602,580 602,580 0000000000000000001314c4c7bbe028260d693b9389ebf3eee225397ad1079d 2,390 1.00/1.00 vMB 37
602,579 602,579 0000000000000000001021a7c5fc40c072bbef6b5bf134697fcf580c97db59fd 2,736 1.00/1.00 vMB 31
602,578 602,578 000000000000000000104b9a96abbe2aa1e62a197791332ea6597667c781439d 2,889 1.00/1.00 vMB 55
602,577 602,577 00000000000000000013ceaa897f0de02af1c965866157858531f13200cb3fc3 3,090 1.00/1.00 vMB 42
602,576 602,576 00000000000000000011db2865809afe99bf7036cbf9d7b5b3b8c9c40b9ae12b 2,507 1.00/1.00 vMB 63
602,575 602,575 00000000000000000014014d59ac1b97e2faefd5db42afbea164538871163f9a 2,773 1.00/1.00 vMB 37
602,574 602,574 00000000000000000000305ec92683331317f75096f6235702d1b5408c618085 3,062 1.00/1.00 vMB 28
602,573 602,573 0000000000000000000e96f30e14a31c9731cc78942c0c336c4f3e64471971d5 2,950 1.00/1.00 vMB 32
602,572 602,572 00000000000000000006c9a76fd68d091f8cd174c7b4ddbbade03f68296ae409 2,667 1.00/1.00 vMB 28
602,571 602,571 0000000000000000000cafe23a6924869256fb5e143672ec3dd939b649281a40 2,893 1.00/1.00 vMB 51
602,570 602,570 000000000000000000080653062982a757d71c9f93d7b073119265708b3c79fd 2,220 1.00/1.00 vMB 15
602,569 602,569 00000000000000000003f7f71444e1496b89ddf730d7b5ea1f1012a20363f6fc 2,738 1.00/1.00 vMB 32
602,568 602,568 00000000000000000007bdf8ce97e60b32e0a1da3b5aaaf9ff19747f6e9ad080 2,726 1.00/1.00 vMB 3
602,567 602,567 000000000000000000129b0f9bca52642023d41b2b3e2adf56acd8526fe266ba 2,715 1.00/1.00 vMB 8
602,566 602,566 00000000000000000003efb21dbf26f16ba28e27d9032c9e37b8381f01aa5098 2,477 1.00/1.00 vMB 23
602,565 602,565 000000000000000000079762914b0d49dfd7af0c5f767682e29a0216b0738d65 2,552 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.