Loading Tool

Explorer IconExplorer

Memory Pool

85,119 transactions
31.71 vMB
0.11253545 BTC
Random Selection Loading Transactions
Max Size: 194.45/200 MB

Candidate Block

Mining Attempt 6ff9f64a1afa036e3d3f39d0f95ae9770d79e7f4c260de4b7a5f7e73a299aefb
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root e5a1db14eb23d3998a52605d32aa5997cc43de88fc533fa3d493f6a732e73bcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.03774306 BTC
Feerates: 301.57 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (215,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,989 699,989 0000000000000000000628f5e73e59ed3dbcb700d8a51c7476e0b4abe87f2794 509 0.34/1.00 vMB 5
699,988 699,988 00000000000000000004a257f691f6574b9c158465bf56b76785df33a4eb547f 159 1.00/1.00 vMB 1
699,987 699,987 0000000000000000000c95c7ae57841b79778a869109c4bdb79d4926cb3d5136 630 1.00/1.00 vMB 3
699,986 699,986 0000000000000000000d46f0f0545fec71f8188e509e1592b4ba31d442527598 978 1.00/1.00 vMB 4
699,985 699,985 000000000000000000015984a8474eea4429d981f0fbc59e346a34e41d6b8ec0 1,055 1.00/1.00 vMB 8
699,984 699,984 00000000000000000002e5fe3e1b2c419d712939f72f763f94cec8dde43f5248 347 1.00/1.00 vMB 3
699,983 699,983 000000000000000000018d9f58834b692cbd03c5002acd1bca2021f02ece6daa 206 1.00/1.00 vMB 1
699,982 699,982 0000000000000000000a24bb3508b862f57051bec7dc458daabe33d0047901a8 1,979 1.00/1.00 vMB 8
699,981 699,981 0000000000000000000c5ae27d37afabf39676e4bde3856e93c8402df7aa99eb 995 1.00/1.00 vMB 3
699,980 699,980 00000000000000000004e5bee77eb25c9d5acb8a0ae83e84c167c0372064cc3f 1,153 1.00/1.00 vMB 10
699,979 699,979 0000000000000000000213ef6d9c2ac692dc67f9aa3d09bab0f7bdce728d8135 572 1.00/1.00 vMB 4
699,978 699,978 0000000000000000000ead33cfb18c67d425603aacae177889a0570a12231fd2 260 1.00/1.00 vMB 1
699,977 699,977 00000000000000000003b69afc03e146b66b514062c0e7e3ebb07e056c99edf3 224 1.00/1.00 vMB 1
699,976 699,976 00000000000000000009385ea3732da6d487c20d1bc1d48d45d0618d873b26a3 117 1.00/1.00 vMB 1
699,975 699,975 000000000000000000059b2d5d82f2d1a668339f8c77749a31a0ec7c006b7b40 468 1.00/1.00 vMB 2
699,974 699,974 0000000000000000000d0f108654453cc5912dca177080cd3f1de5eed0fd4d32 1,183 1.00/1.00 vMB 5
699,973 699,973 0000000000000000000828d1e33ec2227448ba9641c660fdf11b877392dcc7fe 1,061 1.00/1.00 vMB 2
699,972 699,972 0000000000000000000a0def8c331b74517a59c7f304f83c1fbe2e3ffa6ad7ee 3,285 1.00/1.00 vMB 7
699,971 699,971 00000000000000000009ecfa714b296b002448a49540ee697d1119fae34379a4 1,901 1.00/1.00 vMB 6
699,970 699,970 000000000000000000036d0e5c6f917fa48fc0dcb2904b6e5cb6e3418fde2c19 1,518 1.00/1.00 vMB 12
699,969 699,969 0000000000000000000b4712f26edce1e66dd6b43d700ada956df94ff090e2ee 2,389 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.