Loading Tool

Explorer IconExplorer

Memory Pool

83,671 transactions
31.50 vMB
0.08547853 BTC
Random Selection Loading Transactions
Max Size: 189.77/200 MB

Candidate Block

Mining Attempt 8e4b241a582f2362f410d6752e04881f9064eb35612a290d054958968d84943e
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 0fa4bc5f5d6a23bbd852b3afbcd12685e7b4d9ca2d022d4f7b17c067ca47f400
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,408
Size: 1.00 vMB
Total Fees: 0.01940825 BTC
Feerates: 181.54 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (325,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,118 589,118 00000000000000000000ef719cd4dded9de891630bea518f68b75254e4be3661 1,477 1.00/1.00 vMB 74
589,117 589,117 0000000000000000001be0508e70f201b8dbbaf0c45eada428a150fbba878047 3,173 1.00/1.00 vMB 80
589,116 589,116 0000000000000000001994d77231f6ffd347d48862abfaa5f86a9526755fb4d3 3,042 1.00/1.00 vMB 73
589,115 589,115 00000000000000000002e8d0baff7bee3ae12c27a39857d3aabd3c90bc135ddc 2,536 1.00/1.00 vMB 78
589,114 589,114 00000000000000000018db165d600f9d6143598b7c66952cad77117ca3f37f82 3,335 1.00/1.00 vMB 65
589,113 589,113 0000000000000000001164bd57b5dcb239b9b682b8cce82befaee07325f75a58 3,092 1.00/1.00 vMB 71
589,112 589,112 000000000000000000092ae2291b3896c2fdd6226ece3a0d8208b480fd2f258a 2,404 1.00/1.00 vMB 64
589,111 589,111 0000000000000000000a8e56b5e19f17f5a55ec836d60e37ba996d976a56053e 2,995 1.00/1.00 vMB 72
589,110 589,110 0000000000000000001bee05b1a7c848ff0abf6402545b73231e3a30671e1f66 2,624 1.00/1.00 vMB 69
589,109 589,109 0000000000000000000ab54c20c38a99e407270ecd0cbcb5599c31d975a4830d 3,099 1.00/1.00 vMB 78
589,108 589,108 00000000000000000011463f4b1faf2f65ded3ede7891499e61b5cff5505cc73 3,047 1.00/1.00 vMB 82
589,107 589,107 00000000000000000015a253f947d5651e72fca97203c2453881b73815e0b0bd 2,553 1.00/1.00 vMB 73
589,106 589,106 0000000000000000001bc6a410dd40cd491cf2c8594a477004d5c51b01462516 2,330 1.00/1.00 vMB 69
589,105 589,105 00000000000000000001421c8e26ef4b2093eb8e92cc913a0480a6b71d353091 2,757 1.00/1.00 vMB 70
589,104 589,104 00000000000000000009e67f38be2680e1514d7b392fcdda793c37b8b4a74764 2,834 1.00/1.00 vMB 73
589,103 589,103 00000000000000000019210ce52eb63fc8db3305e138f819a584c222438cf5ff 2,190 1.00/1.00 vMB 72
589,102 589,102 0000000000000000001c0508e2ecadedd154302b5c6fe145956227ed920b3313 2,797 1.00/1.00 vMB 72
589,101 589,101 0000000000000000001340a2e46348e741b72227fb9dc5da0603dcc032310f81 2,400 1.00/1.00 vMB 74
589,100 589,100 0000000000000000001b31bc778853df7f93619ab1f2daa9cad353ca014a6b20 2,649 1.00/1.00 vMB 85
589,099 589,099 00000000000000000003ab8dff9c71e1dd7c16becea08a7b7bba21c403928d99 2,606 1.00/1.00 vMB 63
589,098 589,098 000000000000000000057831bae50eea8dd870102685ba7de1ea766fe63ac6e5 2,382 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.52 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: 668.86 GB
    • Received: 15.60 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.