Loading Tool

Explorer IconExplorer

Memory Pool

75,602 transactions
27.90 vMB
0.08260741 BTC
Random Selection Loading Transactions
Max Size: 170.41/200 MB

Candidate Block

Mining Attempt 760f51a2ab1ed18c5e217357314d81500e5e871ae53d9db46ca941d6e1bbddae
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 48ffc65a49430f264151d35aaab32f16d24e31910af0acb1cf1e35688baf33b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,479
Size: 1.00 vMB
Total Fees: 0.02276871 BTC
Feerates: 100.53 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (329,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,767 585,767 000000000000000000009cad37f6172de9889f4219e0b406f371e2d78554d77f 1 0.00/1.00 vMB 0
585,766 585,766 0000000000000000001ce77808543d241b0ac5c0caa578e571959301a917dd3f 1,832 1.00/1.00 vMB 48
585,765 585,765 0000000000000000001d963e5f5b59530399f96ce4ccd81a2e87d334beb37352 225 0.09/1.00 vMB 67
585,764 585,764 000000000000000000071249b329a45d63b861eeba54a70c39623ecc617f198e 1,908 0.94/1.00 vMB 40
585,763 585,763 00000000000000000000f55723baa1e873632afb1c8fc27a496c9e44caab47d9 747 0.30/1.00 vMB 50
585,762 585,762 00000000000000000005078af93633bac3734bfc344c2394d46f0d41bf0bc8b1 1,293 0.45/1.00 vMB 53
585,761 585,761 000000000000000000089d91b6fea996224a37b4561d6e9f043f6b2d18d8ac10 2,705 0.95/1.00 vMB 44
585,760 585,760 00000000000000000000e3b71b6b90e517b50ccce0186d7f64b396e0a10919f5 1,030 0.35/1.00 vMB 45
585,759 585,759 000000000000000000147d347bfe12dc83caed37fc1cf378f4e71969411a8792 386 0.13/1.00 vMB 58
585,758 585,758 0000000000000000001e0718ee2a4ac097bfbfd46cb41d0f33816b3c074cc3b2 1,324 0.62/1.00 vMB 41
585,757 585,757 000000000000000000095278a3697bbb381c0aefdae39eb8520c11eeaec5f057 1,200 0.87/1.00 vMB 20
585,756 585,756 00000000000000000018cf4402102be7a7654a6a4a3e9c9d207990b928b437d2 2,225 1.00/1.00 vMB 10
585,755 585,755 00000000000000000010a3205056a62207d60f1e4a075c4062a5ac31b0708b27 2,086 1.00/1.00 vMB 25
585,754 585,754 00000000000000000003f38c5624bc74978aa254200f365b6c7d8ddb748cefea 3,132 1.00/1.00 vMB 78
585,753 585,753 0000000000000000000038c0e9b726f39259800cd858dbfc0a9007406184dd70 2,745 1.00/1.00 vMB 26
585,752 585,752 00000000000000000014a6566f50f68aa5de244df9084b44a2b1ed377988aaba 2,514 1.00/1.00 vMB 78
585,751 585,751 0000000000000000001c8a9a367682a9e89eeb4fb38029381294c9e9d73621c0 3,031 1.00/1.00 vMB 34
585,750 585,750 0000000000000000001a1b6ac7642b951e673fc60578815b8c38255147a3d338 2,481 1.00/1.00 vMB 59
585,749 585,749 00000000000000000016c10be818703a4b1bfc657531134208450b091870bd34 2,931 1.00/1.00 vMB 73
585,748 585,748 0000000000000000001eecafa0a4e0ce86ae45a05c32ac67a64fa7cb168e4382 2,429 1.00/1.00 vMB 40
585,747 585,747 0000000000000000001c1fc2bfb972feee0e12a39fc8686d9d0620643eda7206 1,384 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.83 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: 711.67 GB
    • Received: 17.11 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.