Loading Tool

Explorer IconExplorer

Memory Pool

80,787 transactions
29.70 vMB
0.10089169 BTC
Random Selection Loading Transactions
Max Size: 179.69/200 MB

Candidate Block

Mining Attempt 033887efae3dc20559f1905d7be64d2c1cbe7b30e21a29408df16cc86069b04d
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 5d36d2c3371907dd27d7c5cf8af24a16e9d59ce862c1260a736d4cc56def8ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,323
Size: 1.00 vMB
Total Fees: 0.03679214 BTC
Feerates: 146.36 > 3.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (153,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,706 761,706 000000000000000000047f8e5e41bf55cee8b16fce4b55469f180f4bf88418cc 2,502 1.00/1.00 vMB 18
761,705 761,705 000000000000000000007707a965975aaaceac9dab1e018a25037d15f130a956 2,916 1.00/1.00 vMB 25
761,704 761,704 00000000000000000002551d0fae94564e0e8b63d487fa1133bc17fd05df7fdd 2,990 1.00/1.00 vMB 37
761,703 761,703 00000000000000000004f4fff85a2fb3d5889a740389d26a63f9223b3bcd1eb4 3,126 1.00/1.00 vMB 25
761,702 761,702 00000000000000000000211e16f1c6ca7c735bc1c5462cfe4283bd19d0d722d1 3,468 1.00/1.00 vMB 27
761,701 761,701 000000000000000000009cc753a936efec395a7b6e604633a6c17b2acd5d97cc 2,675 1.00/1.00 vMB 17
761,700 761,700 00000000000000000004e2c7b0dfa0dc58c32ebaeff11ff05eed55fdcc719cdb 1,971 1.00/1.00 vMB 15
761,699 761,699 00000000000000000000d97eeedc1a51e9e6a291e8851243f6dae90ed9d88765 2,507 1.00/1.00 vMB 30
761,698 761,698 000000000000000000017b090fe43422de7385e39277ab5b1e3d3b0f3da528ac 2,223 1.00/1.00 vMB 10
761,697 761,697 000000000000000000054fa249f390a9e4fa2a3a61303a019ce2377b48288430 3,435 1.00/1.00 vMB 23
761,696 761,696 00000000000000000001a842afee5eeacda4cf25e419cd5d430e04f545d7d37e 2,517 1.00/1.00 vMB 16
761,695 761,695 00000000000000000000ffb6d52d53456c89c47a50dd318854ff7419b8529870 3,071 1.00/1.00 vMB 20
761,694 761,694 00000000000000000000ac21faf6332fd6b8c6a9f42fa5afe7b16323bab11440 2,981 1.00/1.00 vMB 21
761,693 761,693 000000000000000000031d22783f779a679df122bfb0ca1aafaa958ecb152712 2,129 1.00/1.00 vMB 30
761,692 761,692 00000000000000000004d4337878bb1fc216a3407cb30ec71996a1e586cbe834 3,082 1.00/1.00 vMB 23
761,691 761,691 000000000000000000002db490a053116d0d3b1c3a931e4fd69eb9a1b3afc652 2,668 1.00/1.00 vMB 26
761,690 761,690 00000000000000000003578d710ed590a106090c5a231d04bbc74b833e2166af 3,191 1.00/1.00 vMB 14
761,689 761,689 0000000000000000000445348cb50d7eda02202a29c3a5ec08f4c0865cb87aeb 1,606 0.59/1.00 vMB 2
761,688 761,688 00000000000000000001dac04b3463ccd40d32ce7e6ed7ebf7c2c3b45b923364 3,011 1.00/1.00 vMB 5
761,687 761,687 000000000000000000071b49ea776882fa2f63786749e6acc9f1cec953feaf25 3,715 1.00/1.00 vMB 20
761,686 761,686 0000000000000000000458931a1c4304972465f41ba13abbbad84eacd72593f5 3,669 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.