Loading Tool

Explorer IconExplorer

Memory Pool

76,025 transactions
29.09 vMB
0.10260756 BTC
Random Selection Loading Transactions
Max Size: 172.02/200 MB

Candidate Block

Mining Attempt ce3581520282de0b826a5eb6b8e6d342a13c3ca0fde625fa6f8e6863d966215f
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root d64b005acf510599eede34126f9b91229332462aaaa712664e7166ec48fae376
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,400
Size: 1.00 vMB
Total Fees: 0.04075236 BTC
Feerates: 201.37 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (808,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,174 106,174 000000000002e2570774854992b00cabd130b70663791f16dbda75e9c92ddf5e 1 0.00/1.00 vMB 0
106,173 106,173 000000000002e4020b3a7aa2a7401ce71027ae86cccef062c0e219db91794271 2 0.00/1.00 vMB 0
106,172 106,172 000000000002502f87b63e2b3c68ce966018e64fefae538e977d895e2e320036 1 0.00/1.00 vMB 0
106,171 106,171 000000000002d8e15fba8b85a086a821d4ce93a005f38fc8374364380c37ed63 2 0.00/1.00 vMB 0
106,170 106,170 000000000001ca6190c5a9cc6711939bda6d071903f56b7fcbed3bb026b69935 2 0.00/1.00 vMB 0
106,169 106,169 0000000000010dd0aa457a4e9b13a05bc34a2f699f3e74bacc67bea1b62b5ae9 7 0.00/1.00 vMB 0
106,168 106,168 000000000002ea5bb61c1c0a7bdf1f3dde30f64cfdfdd135a4e4ca7d7e1f9ead 5 0.00/1.00 vMB 0
106,167 106,167 00000000000027fcd99b0ed092fdb8068e3798da48ce4ad45b95a6127b1c0b3e 6 0.00/1.00 vMB 0
106,166 106,166 0000000000011df489faa7281a00ede79078ab856244fd2b493ab3f7eb71c76a 12 0.00/1.00 vMB 0
106,165 106,165 00000000000201f1cb6056414d175dfcd1f2fd445e706909e586465aa4b4e976 11 0.00/1.00 vMB 0
106,164 106,164 000000000000903206fd36370a97dfb853fb5b800da37e57ffe5773f3850a4ee 4 0.00/1.00 vMB 735
106,163 106,163 0000000000012349cb6baf8c832480c1b11dc4a7aa8f21c651af7e980ec9292b 4 0.00/1.00 vMB 0
106,162 106,162 000000000001de72e922254469e42c3742441de07dfe70d6c8bb3afa206cef68 4 0.00/1.00 vMB 0
106,161 106,161 000000000000b73fa7e8ef6cd23caf1caa38c3b5495e2d6237f627dc109c7154 6 0.01/1.00 vMB 0
106,160 106,160 000000000002c662d8f925a65f2af02c20fefa150b56bafc2f9c5b6c98cf02a2 11 0.00/1.00 vMB 0
106,159 106,159 000000000001354a232f5aaf0aa2be377d1d5fa29ca97ec770153e32a9ac6ecd 24 0.01/1.00 vMB 0
106,158 106,158 0000000000010ea7bfa3a1fd5b2181a3a8049ff950125c35c3c5149886ba9b3a 4 0.00/1.00 vMB 0
106,157 106,157 000000000001f9a2aca34d65a186c718cd156a788c0d24a9f53482cac3f0e926 1 0.00/1.00 vMB 0
106,156 106,156 000000000002c9bcacce8766a1e0738f92e3b3ac8f3fc4f95ef0c9db24665843 2 0.00/1.00 vMB 0
106,155 106,155 0000000000006eb4507f8b7307c26ba2df51607328ecb8de83cd4528fe0942d0 3 0.00/1.00 vMB 0
106,154 106,154 0000000000013a317e7ed607348b139aef6ec972c0d10a7824978ffec21f157d 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.