Loading Tool

Explorer IconExplorer

Memory Pool

38,480 transactions
28.43 vMB
0.06578027 BTC
Random Selection Loading Transactions
Max Size: 143.92/200 MB

Candidate Block

Mining Attempt f613d1fcbee25d3697fd3c4255022e115ef623bfc52c2597e503b8de072b5ebd
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root f7af5d41e5deb6387985a36200136c196ee4c9d9d9ceab6c1d63cb3a3d458575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.01102868 BTC
Feerates: 105.82 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (244,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,841 669,841 0000000000000000000a62f7c435095565160e95c11dfb9fa034b93296946637 3,253 1.00/1.00 vMB 167
669,840 669,840 000000000000000000023aa545b60924a9accc4f22d5517b049ec02b52a3f54b 3,075 1.00/1.00 vMB 144
669,839 669,839 0000000000000000000bc9e9e11f41fe74753d827d3c69af2ed364ac3701aeba 2,873 1.00/1.00 vMB 99
669,838 669,838 0000000000000000000218f05fd650771b2d6f970f18d76b996fd1ad3b88d34a 3,040 1.00/1.00 vMB 127
669,837 669,837 00000000000000000006d7c3e183c4f8c88f391bc5c6c3bc2c492d84cac63600 2,149 1.00/1.00 vMB 132
669,836 669,836 00000000000000000007523ed7c84cf77853d5d5b36c5e0727b68113ce884e06 729 1.00/1.00 vMB 125
669,835 669,835 00000000000000000003082e1a84c7baaaffc7c40a6a1a00162f6f0c021bbf89 2,047 1.00/1.00 vMB 127
669,834 669,834 00000000000000000006a53b3124820ec32fe133ebf8a36ab144198005159d02 2,925 1.00/1.00 vMB 142
669,833 669,833 0000000000000000000cc570d7c6d4cd3397d579dcc889667e98da01e32fe3a9 2,570 1.00/1.00 vMB 142
669,832 669,832 00000000000000000005d03c0865e475fa8e3ff2694e32c558bc1424c9f82cda 3,285 1.00/1.00 vMB 182
669,831 669,831 00000000000000000000b58582b607c1132c1b84fd5d0750672ed107c510af2c 2,802 1.00/1.00 vMB 107
669,830 669,830 00000000000000000008507385283336ff0e989051df1972bd392cf567964269 2,918 1.00/1.00 vMB 125
669,829 669,829 000000000000000000056fa60e11cc52b6bf5a73c7c67bc9f90be6797af03cfa 3,006 1.00/1.00 vMB 134
669,828 669,828 00000000000000000005fb57f18e473d80b5e3015bbc2437e486bdaf613a8b73 2,669 1.00/1.00 vMB 161
669,827 669,827 000000000000000000012eece4942618e281933f78746ad37c01273c363a5aaf 2,974 1.00/1.00 vMB 160
669,826 669,826 000000000000000000064c109779476218b592b3ac9eae9f9ccb57648918f480 3,049 1.00/1.00 vMB 125
669,825 669,825 000000000000000000092323f02b70b2cef2fc3ed0168d9b4c0cdd33a866c163 2,565 1.00/1.00 vMB 128
669,824 669,824 0000000000000000000b4755f347e33d493b00539e06b2d14bf1bd57dfcb8147 2,769 1.00/1.00 vMB 154
669,823 669,823 00000000000000000003cda0c1794b7b713313a5bd37afc8e21a416901ecfd70 2,759 1.00/1.00 vMB 134
669,822 669,822 0000000000000000000b1fe5b31a7f6a1f730c4c7845eaa9647cca1ac79a2ac7 2,748 1.00/1.00 vMB 120
669,821 669,821 00000000000000000006b9f8f261859f9b47d8aa26601669646574577c416de8 685 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.