Loading Tool

Explorer IconExplorer

Memory Pool

80,331 transactions
30.65 vMB
0.07873300 BTC
Random Selection Loading Transactions
Max Size: 186.13/200 MB

Candidate Block

Mining Attempt b8f1a2e3834cd5a7ced61092720418b30ce8d3f16cd881b71980c24e766c407c
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root cf255bc6cdbf37c3bb2153cce7997f4f5c91f3bed4590308546dc8b30a8577c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,350
Size: 1.00 vMB
Total Fees: 0.01309403 BTC
Feerates: 100.69 > 1.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (751,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,074 164,074 00000000000004eac9bcc0a22759ce994a84f5670c2fe16c05e1604453e63597 41 0.01/1.00 vMB 85
164,073 164,073 00000000000009ae6565e3e97d95e45b0fba260f5948ac89b1fb7b1d5226943b 55 0.03/1.00 vMB 48
164,072 164,072 00000000000001b39b094a0b1f52ecc44a98896a7c5e9e06784e10e6cfff7792 12 0.00/1.00 vMB 0
164,071 164,071 000000000000008107cbf9ce5d85060dedf0692915987ed25203fd56a5721391 5 0.00/1.00 vMB 11
164,070 164,070 00000000000006ea4d3c3fc11a4dc2558427f4ca1f00904b62050afda76b8f10 38 0.03/1.00 vMB 70
164,069 164,069 0000000000000a5de214ed545a8c9a0a618e3d418da27f5f8f412ad2708c934d 111 0.04/1.00 vMB 127
164,068 164,068 000000000000017ce16a2572a8b17c9e81148e0df6713283d668c78b04fd43c9 1 0.00/1.00 vMB 0
164,067 164,067 0000000000000095139027f986e406554fbc04d2f4ccc742b4fc1d1b162d4c2d 6 0.00/1.00 vMB 51
164,066 164,066 0000000000000cc2d811b21c3d597463816f1942e8cef421ef854e8f3d40eb6d 23 0.01/1.00 vMB 75
164,065 164,065 00000000000002da22f047aab030260596472fa202683c837048e8f3c9a8ab0f 25 0.01/1.00 vMB 207
164,064 164,064 0000000000000886e89e43de0f1f115920e50236ebf8f6f41b8991fa8f29dc03 10 0.00/1.00 vMB 37
164,063 164,063 00000000000008e451fc50d5493fa5fb09690f6d4c56ff7deebae3cae468cf10 25 0.01/1.00 vMB 248
164,062 164,062 0000000000000090fb8f6403af63a4b273d5f9d772163e5b33f22b26d4766d96 32 0.01/1.00 vMB 107
164,061 164,061 000000000000050d29e7a5f4deb5922dcf9a58a859bfbfac6e8313f8586fa74f 160 0.05/1.00 vMB 1
164,060 164,060 00000000000008520f850fad0ba72c7c8b89499db5c3f505cd2cec6538a62db8 94 0.06/1.00 vMB 134
164,059 164,059 0000000000000c8b8780585677b8d634a022360578382650cd4d6e922aaac3d1 71 0.03/1.00 vMB 165
164,058 164,058 0000000000000184a46e50af64c25fb36ab743b4dab017daf5251f6faf0c8305 162 0.05/1.00 vMB 7
164,057 164,057 0000000000000b8c30933452a48873102fbe05091dfe8a0ce82dbbec8b25ec2f 72 0.03/1.00 vMB 238
164,056 164,056 00000000000004be982f623619cb74c2300d16f14344122d5ab4dfbba748e53e 72 0.04/1.00 vMB 109
164,055 164,055 00000000000004cd6d5e4b51ee1111ef3c3daaf39cf193cec700c7dd4b778654 105 0.07/1.00 vMB 102
164,054 164,054 00000000000001d0a3f99bc319c10bbb5eff4ce1323d90260cffbef4a2650c9b 99 0.05/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.72 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: 702.00 GB
    • Received: 16.62 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.