Loading Tool

Explorer IconExplorer

Memory Pool

73,622 transactions
27.22 vMB
0.06245287 BTC
Random Selection Loading Transactions
Max Size: 166.27/200 MB

Candidate Block

Mining Attempt 785e3e51109c66b0a4860b93078b01c6e6f531a006f697479a0212f3d31ad12c
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 96a1ee6a7938e37c0fbd3cafedc8030c28045de6af9f888eabb1d84b0301588b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,771
Size: 1.00 vMB
Total Fees: 0.00473154 BTC
Feerates: 21.10 > 0.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (96,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,086 819,086 0000000000000000000004a78e57bed730fc02f73d0d36cdf8ff4bcc29a88d46 4,639 1.00/1.00 vMB 68
819,085 819,085 000000000000000000026707ab086392349660b6699c63c8298d1efabfef82de 3,884 1.00/1.00 vMB 64
819,084 819,084 00000000000000000003a628c2d412eb7ed3dad57afafe55006d6160f6a2447a 3,922 1.00/1.00 vMB 60
819,083 819,083 00000000000000000002154e6c32b1d35ade21eaa7c0bb23556121e14ca1b3af 4,687 1.00/1.00 vMB 66
819,082 819,082 000000000000000000037f962bd71995919ec8a4672ff290e00e592e7f8c03d1 3,075 1.00/1.00 vMB 80
819,081 819,081 00000000000000000002dc4dcac64dcebc3331b25d5bfc0c7b1288ea18c82aa7 3,627 1.00/1.00 vMB 55
819,080 819,080 00000000000000000003ed0989da813531121926f2d334885597bd84ccff35d6 3,022 1.00/1.00 vMB 45
819,079 819,079 00000000000000000002624497c04af73e024169b20fa1cbdde1b2c7ae733c48 3,251 1.00/1.00 vMB 47
819,078 819,078 00000000000000000001ea2a29c05c49871cc3b08bca6f5a3d6d8795165e1ecc 3,891 1.00/1.00 vMB 64
819,077 819,077 00000000000000000001ccde00b76ad97962456b7be782b23b448bc807487227 4,021 1.00/1.00 vMB 56
819,076 819,076 00000000000000000002ab77f117f15c835e2e7cf5b41f2ecb45897c8b38b85d 4,338 1.00/1.00 vMB 63
819,075 819,075 00000000000000000002325af76694a6f555153e462ec35859bf394c17cb158a 4,220 1.00/1.00 vMB 69
819,074 819,074 00000000000000000000d65fc3b4ab83855cfb6ed870fdf573db672a3a6a05b2 3,048 1.00/1.00 vMB 60
819,073 819,073 000000000000000000028758874292178ce4e04b66713a4fb66e219439ace5f3 3,484 1.00/1.00 vMB 62
819,072 819,072 00000000000000000001c620ac2780c7367e63a6ccd512d9dbd190e64dac0031 4,024 1.00/1.00 vMB 66
819,071 819,071 000000000000000000002ffe236e3f5bbc9bc29f7bbaec093c2952a289f5719a 2,647 1.00/1.00 vMB 54
819,070 819,070 000000000000000000005ba050de7c980b4de008be0cc587ecbad81c4de9b2a5 3,804 1.00/1.00 vMB 68
819,069 819,069 00000000000000000002d37b228bd8c36943bd0b7a94690f6b4b3b4e15d8ed6d 3,259 1.00/1.00 vMB 39
819,068 819,068 00000000000000000002d28a9708dca8c5af5fa15eaa433407130b1648467081 2,666 1.00/1.00 vMB 40
819,067 819,067 00000000000000000003a2792ff2361314f3dd4c36232426dbe67f01acf80f10 1,968 1.00/1.00 vMB 44
819,066 819,066 000000000000000000007d67f6a51d38cbf64c239f54dce0dc70c44611355131 3,012 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.83 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: 711.62 GB
    • Received: 17.10 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.