Loading Tool

Explorer IconExplorer

Memory Pool

82,680 transactions
30.45 vMB
0.12261577 BTC
Random Selection Loading Transactions
Max Size: 184.27/200 MB

Candidate Block

Mining Attempt 1fee13f5a0b2b5946bd8e6174e4d23fa7adb1d5b3f14c2c7744479c01848eab6
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 20c1977383f193b21c025939c19cfd50deaf7f6bf5aea5b57b543773377f4a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.04331293 BTC
Feerates: 150.85 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (153,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
761,685 761,685 0000000000000000000288721dfd6886e5fd90f9c1ee47e1811a670c8aa287c8 398 0.11/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.