Loading Tool

Explorer IconExplorer

Memory Pool

36,419 transactions
25.83 vMB
0.07443094 BTC
Random Selection Loading Transactions
Max Size: 132.60/200 MB

Candidate Block

Mining Attempt b8285db470f429189d7b618e2ed319003587c6b545b17611f06297c24a9fb4b7
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root d12199a4704fa7ce6a489f973b30852653187d32c3fe771d690ae3b8b380f6c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,085
Size: 1.00 vMB
Total Fees: 0.02736795 BTC
Feerates: 502.65 > 2.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (212,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,987 701,987 00000000000000000006a173e9b25bbb45b2137a82b68f890252bf502616004a 230 1.00/1.00 vMB 1
701,986 701,986 00000000000000000003c99c7260dc3563d553f48f3147d94f15c89c9bacb29a 1,433 1.00/1.00 vMB 2
701,985 701,985 0000000000000000000c3e61944ebcf31895aa5730471e98d957141a82042c66 1,958 1.00/1.00 vMB 9
701,984 701,984 00000000000000000002100556f7f23e486ad15b180ca2a927068a1e2a821e07 2,724 1.00/1.00 vMB 14
701,983 701,983 00000000000000000006d205e7a3bfbb32e1f45426596e73d11a1f8be0a7dbe0 2,067 1.00/1.00 vMB 12
701,982 701,982 0000000000000000000c948983ed1f6a5e681af2f84fddbbd970a749a166a555 1,915 1.00/1.00 vMB 10
701,981 701,981 0000000000000000000e5a309dca4b53bb4f23869ed07f95543e373d890505ab 2,860 1.00/1.00 vMB 14
701,980 701,980 000000000000000000086f815358d5d6eca70d281f525086653e73d4901bb72c 2,841 1.00/1.00 vMB 15
701,979 701,979 000000000000000000025d148233c7b1b55c2625d41a6fd2b8563ddaa9e4d9f3 2,080 1.00/1.00 vMB 9
701,978 701,978 0000000000000000000eb0f8c6d4a8a854151a10aebf03846ec43cb8b70b13e0 3,030 1.00/1.00 vMB 10
701,977 701,977 00000000000000000007c8c68b1278a5a9a06716e2c1bdaf506da1f305f5d621 1,217 1.00/1.00 vMB 8
701,976 701,976 0000000000000000000273a029f64a896d400c3d5a05942b8199260c335e2e24 2,174 1.00/1.00 vMB 11
701,975 701,975 000000000000000000077727e90f1db77d7afea8c994e8f0b178d5c708b13dd2 2,057 1.00/1.00 vMB 8
701,974 701,974 00000000000000000001c132ee475b47b64bccbfeb15dcf7dc0a1609d701b220 3,343 1.00/1.00 vMB 11
701,973 701,973 0000000000000000000cfeaf436c6e82126f187704e5203f59f61874bcb16fe5 3,007 1.00/1.00 vMB 22
701,972 701,972 0000000000000000000e6e151a0a133528668e2cb996c3e6af5fdda94071dc25 1,867 1.00/1.00 vMB 10
701,971 701,971 0000000000000000000bde2a2dc5c76d897f77de771622eb30e59193c66ac862 2,164 1.00/1.00 vMB 10
701,970 701,970 00000000000000000006dbee2ab00f3869584e9a20146c35763f680f579a9855 2,679 1.00/1.00 vMB 11
701,969 701,969 0000000000000000000d052fe451c28e337dbc454454c810be1725176ac472a5 2,937 1.00/1.00 vMB 11
701,968 701,968 0000000000000000000d104e1eb264ddc2596ed7c5bf7b76afa0f8365bc1e699 2,498 1.00/1.00 vMB 17
701,967 701,967 00000000000000000008dfd8b63349ef00ccb099464cae0453a23176f0776359 3,322 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.