Loading Tool

Explorer IconExplorer

Memory Pool

74,398 transactions
27.90 vMB
0.07315372 BTC
Random Selection Loading Transactions
Max Size: 168.85/200 MB

Candidate Block

Mining Attempt 68960b764e38bcb2a227be7139e2bee96be28df55a533f2c4c5d3ef01afa345e
Version 20000000
Previous Block 00000000000000000001df190ab707ce4f93ad9afd3c6a352f6fc2d0824e6d1f
Merkle Root 15ea4e237d594964cc567ef46cbe7e10b89d8d2b39bbb3183e20dfebb2d805c5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,318
Size: 1.00 vMB
Total Fees: 0.01326158 BTC
Feerates: 40.21 > 1.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,312 (535,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,605 379,605 000000000000000011ad6c92398cbed933c07a69f379ab85e5e522f4ea488d80 2,324 0.75/1.00 vMB 61
379,604 379,604 0000000000000000067b756ff62969d823faf65743a38c5a2e63340e9cb8ab31 351 0.19/1.00 vMB 35
379,603 379,603 00000000000000000d0412eb7a9224269297d91f542e67065500d6f8c7e05228 1 0.00/1.00 vMB 0
379,602 379,602 0000000000000000090aa72d603e2a11a557b434526410fd35b57fefcba73231 637 0.29/1.00 vMB 56
379,601 379,601 0000000000000000057f764151932ba5d40e8f8b2686b5d3274b59b5da3b1a26 1,678 0.83/1.00 vMB 39
379,600 379,600 00000000000000000fd6e9062864aa85fa5d3d6a1abad30a30a96a5cd307ba88 1,830 0.96/1.00 vMB 34
379,599 379,599 0000000000000000085b53dc4d4bf6862386de4daa632199853ac409241d6a3f 582 0.27/1.00 vMB 38
379,598 379,598 0000000000000000119c1ea09037f55058f3c0b87a1f9e76a941e44f794a6518 2 0.00/1.00 vMB 0
379,597 379,597 0000000000000000050dd32a03c9b8b68d425e0fc116f6dcc32e99b29447cf0a 265 0.15/1.00 vMB 25
379,596 379,596 00000000000000000c38e22c23644b37924ac1dc2974bdbdff40858b35beb89b 1,974 0.99/1.00 vMB 37
379,595 379,595 00000000000000000ca9788495013d9f5fdc77de62154e40f536f89f0c8cdb5a 950 0.42/1.00 vMB 33
379,594 379,594 00000000000000000b7816d99b6df980f93a0e52eb68a3aa5a3a8c5332339ac4 2,013 0.99/1.00 vMB 39
379,593 379,593 00000000000000000ed07ecc3b59b1ee80ab0ea4e2e79d521916cb9bfe1119eb 612 0.30/1.00 vMB 34
379,592 379,592 000000000000000006804fe5b09f6a5845a37e048368cb8a64ddc396bee3a50f 433 0.25/1.00 vMB 27
379,591 379,591 000000000000000002ee64f2c07482cf75c752d850d3bae13d1ba1f8ed80a20c 489 0.25/1.00 vMB 40
379,590 379,590 0000000000000000027ab9359404fa0f0f1dd6129588ff598b65aa1c10a3fbfe 222 0.17/1.00 vMB 22
379,589 379,589 000000000000000001d59514f4d6ee87f09136764093c958602f1fc671bd1bc0 647 0.41/1.00 vMB 32
379,588 379,588 000000000000000010654cfad2155fc2ef3ac26f904e815f20194a1df46f8c41 2 0.00/1.00 vMB 0
379,587 379,587 000000000000000005ee9ab6531cedefeee0d2e0853fff82c46aef2211f9bef9 535 0.24/1.00 vMB 38
379,586 379,586 000000000000000011ae88b1df128e8d9b7ad010daa7f999cc6b1528789eded6 1,249 0.65/1.00 vMB 53
379,585 379,585 0000000000000000045c6f3ba5b6f01e5fcd2e709f4e5f40f83d3ede093e75a9 254 0.25/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.93 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: 714.70 GB
    • Received: 17.59 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.