Loading Tool

Explorer IconExplorer

Memory Pool

81,885 transactions
30.24 vMB
0.09071305 BTC
Random Selection Loading Transactions
Max Size: 182.12/200 MB

Candidate Block

Mining Attempt acddf110379c3b5c87a543a5e0bd721ac842393ee027bd43d7ccbb571dbbe827
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 4910ce5f013751133641e49558a064a9e44e51542c3f57a2617ed1eef87b502a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,015
Size: 1.00 vMB
Total Fees: 0.02878702 BTC
Feerates: 454.44 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (531,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,424 383,424 0000000000000000009fb64f309f8187f3bb96ce86da9e6e91c74d576e787a81 1,561 0.69/1.00 vMB 34
383,423 383,423 0000000000000000107d168f6bb6edf3769968b4c802c7ad66ff8e0ad6ee3ce8 898 0.99/1.00 vMB 15
383,422 383,422 00000000000000000ce0580d4648d1202d06a266c2e947b998059c288f1b75a4 1,496 1.00/1.00 vMB 28
383,421 383,421 000000000000000009d5ac3cfe9af89a81138f56cf7d1b35e567dba3aa71eb38 2,107 0.93/1.00 vMB 52
383,420 383,420 000000000000000002f9001bdf7bc1258aefb84f01b6d6dd97ecc095428b6309 2,649 1.00/1.00 vMB 39
383,419 383,419 0000000000000000011dd3fd46bdf86d2a470ca5cb9c128ccab68a6de9b2d703 2,688 1.00/1.00 vMB 40
383,418 383,418 00000000000000000edb8761089569fb691a84b14bb57bb29cf09f249d7ae679 2,728 1.00/1.00 vMB 44
383,417 383,417 000000000000000002333d166fa9dad1822021de7e7d788e46d82e7324ef3b13 1,858 0.91/1.00 vMB 30
383,416 383,416 00000000000000000dfc6e137a0d1cdd96eb8ca6c09698ac6eec08c893462fa4 1,560 0.77/1.00 vMB 36
383,415 383,415 0000000000000000078e1269d67f509f52a4f41d23a1a1bf7686692601f570c5 608 0.32/1.00 vMB 28
383,414 383,414 0000000000000000047edd66d93ff1733793a0241132e9c6c70107cacce3ccb1 2,428 0.99/1.00 vMB 37
383,413 383,413 00000000000000000bf6a456405f7a3d342dc5d9d108450f714c755e119657a9 484 0.75/1.00 vMB 8
383,412 383,412 00000000000000000b4e9ea06adaa13f2ec6290408124f0018fd4c74ac0909d6 1,711 0.75/1.00 vMB 42
383,411 383,411 00000000000000000764a70a49db23f57b3932b7f481e17867bd64fb920890b9 1,168 0.60/1.00 vMB 30
383,410 383,410 0000000000000000009a4cdec46ff0e289e0a1165a8bc0a874387e9f77ad769f 1,218 0.80/1.00 vMB 26
383,409 383,409 000000000000000006763c2cd59f2d771f90777d6cdae90a292bf59d325bdd81 2,298 0.93/1.00 vMB 45
383,408 383,408 0000000000000000018e70b947981081bfbf21f27e5a89ad8ed2666478925f36 1,072 0.75/1.00 vMB 22
383,407 383,407 0000000000000000002607e04cd4147bad5571f436236aa1b50c3f90221fcca3 2,724 0.93/1.00 vMB 47
383,406 383,406 0000000000000000046d4b953a7c3131f7620f13775453e210e3e6ce238dbd0a 448 0.24/1.00 vMB 31
383,405 383,405 00000000000000000b5a64ed38c2528bda832e8f273c077a2433c42e89de1e8d 482 0.28/1.00 vMB 32
383,404 383,404 00000000000000000bb190dfbd3e9edfd20d03d98a0519ea65a61ddcff59d7e1 569 0.48/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.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.