Loading Tool

Explorer IconExplorer

Memory Pool

45,886 transactions
27.89 vMB
0.08003701 BTC
Random Selection Loading Transactions
Max Size: 145.73/200 MB

Candidate Block

Mining Attempt 082d0f66276c05b37a673c7a4c18cda1940358b3f04ca5fd49d6b6bb40c2650a
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 16a46acde8e7a9347577b2bccf3162951abebf175ed083d57e3288d68875ae35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,226
Size: 1.00 vMB
Total Fees: 0.02261397 BTC
Feerates: 124.00 > 2.27 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (136,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,655 778,655 00000000000000000001f2eb07c322c8cf4785447bf012fd6a6264bb86afbdc2 2,738 1.00/1.00 vMB 16
778,654 778,654 00000000000000000000f282267f074f08399173b557c2004d7900a92c2aa4b7 1,731 1.00/1.00 vMB 7
778,653 778,653 000000000000000000047e6a51fee2291e1d7b5663ccce37f1c66a1d4ff1624e 2,271 1.00/1.00 vMB 12
778,652 778,652 00000000000000000005866b1a639bb3bd28b1d2c77a1594d0d9f7765df66852 841 1.00/1.00 vMB 4
778,651 778,651 00000000000000000005a507514b27434555254f5f84b6ed8bd4ad89567fd842 2,096 1.00/1.00 vMB 7
778,650 778,650 0000000000000000000651f7602910348ba4bfae1a48a2c00d6bfeb2cc9eed87 3,445 1.00/1.00 vMB 22
778,649 778,649 00000000000000000005c8fe28e6076763f850664ffc6ec24d8a74366830c57b 2,076 1.00/1.00 vMB 10
778,648 778,648 000000000000000000018e34c2f1cf3b90ac0081d31fdbb3d8008b04545a28a8 2,504 1.00/1.00 vMB 5
778,647 778,647 00000000000000000001efa05745de13218178b737db4526288c1b3731514ffe 2,851 1.00/1.00 vMB 20
778,646 778,646 00000000000000000000965c8adad646fc9e61849a6757d9eebc43f1ef491565 1,338 1.00/1.00 vMB 12
778,645 778,645 00000000000000000003906516df512dd91d55b62ce48e2a4cea2d787cfb4044 3,271 1.00/1.00 vMB 22
778,644 778,644 0000000000000000000292721361552fe0f4f59367b2b0a42aaca20e0b4464d5 3,390 1.00/1.00 vMB 24
778,643 778,643 00000000000000000005f02beb55806026f37b847c3dc119bd7f3fc78ea4f993 1,752 1.00/1.00 vMB 9
778,642 778,642 00000000000000000004427a9f0cf6f8a13c20235b9b02052dcfc9e0a226b238 3,629 1.00/1.00 vMB 16
778,641 778,641 0000000000000000000497d4438963e0f85c307e0c600c497a929ae80a412f0f 3,639 1.00/1.00 vMB 21
778,640 778,640 00000000000000000005a38170a7a27e74e5e01a162db1c1f030b2eb9eeea650 2,647 1.00/1.00 vMB 8
778,639 778,639 00000000000000000003b2a659aeb097b6408bf846553c280d84ab9a02104a64 1,702 1.00/1.00 vMB 11
778,638 778,638 000000000000000000045a9db5f59c7051c4822d2bbbb35738caa4245ee36127 3,254 1.00/1.00 vMB 21
778,637 778,637 000000000000000000007e52e2057d6d6e0f9685324b53a338571f145629d15f 2,691 1.00/1.00 vMB 27
778,636 778,636 000000000000000000065bfee12a9d756836a2e6c4728b3df96ea9a1c56016f7 3,301 1.00/1.00 vMB 25
778,635 778,635 00000000000000000004cd126da11ae9c0ca144065ed5d1f93163f27f48667ac 717 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.