Loading Tool

Explorer IconExplorer

Memory Pool

44,087 transactions
32.76 vMB
0.09875710 BTC
Random Selection Loading Transactions
Max Size: 164.39/200 MB

Candidate Block

Mining Attempt 68ee04e53a1f929fb929bdebbc5d6fcb637a47fa0c5d1567f320899c81d2e08c
Version 20000000
Previous Block 000000000000000000004e8be28779853075fd79b95c39f6db0946a2ff48c679
Merkle Root a5dbd3f3e71fe310e29c1d3cc5fa98628244c099a824385f50df7f90adb04752
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,841
Size: 1.00 vMB
Total Fees: 0.02245428 BTC
Feerates: 201.06 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,360 (825,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,977 88,977 000000000012e4a67094c0b044788b22a801a07a354bdc53d83f284bb188f90f 1 0.00/1.00 vMB 0
88,976 88,976 000000000001d984b6053ad441aba2ae3eaa6d4146eae3f24f123fae8dfa177c 1 0.00/1.00 vMB 0
88,975 88,975 00000000000004a61defd14bca547b50c5079e29b1ca7511aeacb2195c322770 6 0.00/1.00 vMB 0
88,974 88,974 0000000000092b14cdcbaf48089a146536a53ad7dd22848e3c83ece6d0ca8ab0 4 0.00/1.00 vMB 0
88,973 88,973 000000000008045229fc4246fb877b2ef2e0c6d8f77faaeaa1f76500bd1e5f12 2 0.00/1.00 vMB 0
88,972 88,972 0000000000006f53fa503a4b56a59c41bf39c0b628a33d427b34fc7bfe604d6b 1 0.00/1.00 vMB 0
88,971 88,971 000000000013d27f31fa311b4a7b71254af23597a6b1b683a07d4f4017418fb9 1 0.00/1.00 vMB 0
88,970 88,970 0000000000045b84edf98da6e65fce994d75688c5676f1c33c90888515262263 3 0.00/1.00 vMB 0
88,969 88,969 0000000000149ec04941c79a8d502840d24ed7c71018a4d44d987328c08a63c0 1 0.00/1.00 vMB 0
88,968 88,968 00000000000c57df31d1036663380ed7a5a6e6d0a61c0ba1abefeeff8b968f5a 2 0.00/1.00 vMB 0
88,967 88,967 000000000006ed2b50fdf41bcf105f269e66d42a43b203eb2cb06c1688a23dbc 2 0.00/1.00 vMB 0
88,966 88,966 00000000000c9450c8d24a5d487075557a8a8e5a917e90859dbb502a3aa5c6b0 1 0.00/1.00 vMB 0
88,965 88,965 00000000000a08cacfbb34b179b7e2f71bb3aa82ea63328adb8e4ce64fe8c001 1 0.00/1.00 vMB 0
88,964 88,964 00000000000859ab9573542f11bfb40b053e991a08e9384466b5772f31954010 5 0.00/1.00 vMB 0
88,963 88,963 000000000011f3224155a1c66eaf495f6cc447a95ef657faf2099502ede24fe1 1 0.00/1.00 vMB 0
88,962 88,962 00000000000203d9efdf568109546aafb9e67258ea48dd321342d419cde35578 3 0.00/1.00 vMB 0
88,961 88,961 000000000001d660f9f0f0f3a437354dd68d0d6d6d1fd9baf95578b4a9a2af37 2 0.00/1.00 vMB 0
88,960 88,960 000000000002795d035fa1f88412066cb8738957daa26a37406a7c96c4cfc547 4 0.00/1.00 vMB 0
88,959 88,959 00000000000bd05239f6f2d6ba8ddabe2171c70897df943b1ff3ace8d6726759 1 0.00/1.00 vMB 0
88,958 88,958 00000000000755756272b7b447b62e4d863829884079cee6920cfb9f08282f32 4 0.00/1.00 vMB 0
88,957 88,957 000000000004cb51a6062957e9cd7a2d695e1f16760eef6376cf25b02706f8a7 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.24 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: 592.24 GB
    • Received: 9.64 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.