Loading Tool

Explorer IconExplorer

Memory Pool

81,476 transactions
30.15 vMB
0.13069912 BTC
Random Selection Loading Transactions
Max Size: 181.35/200 MB

Candidate Block

Mining Attempt 9793be92e10432b0fb80e6a2c1e818ce55ed2eec4284940706ba5d9f03d20124
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root b0c8e1c99e91588179506adcdeae733d8a6587c4d00285d96b73ae33f27b00a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,418
Size: 1.00 vMB
Total Fees: 0.03843731 BTC
Feerates: 301.60 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (535,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,610 379,610 00000000000000000ed9fb651f74800c0faf5dc0c52fe386816b19d24b0d2f7e 980 0.68/1.00 vMB 30
379,609 379,609 0000000000000000000526e5ded19e817d75213fbf9be9e8c487c25381f78199 226 0.15/1.00 vMB 21
379,608 379,608 000000000000000011f4cafce42fe11224d0d40750fa3f638333199afce2194b 114 0.09/1.00 vMB 14
379,607 379,607 0000000000000000095a4b20a9b894062a61ed41cc7bd770985b6fb1f675f78a 473 0.35/1.00 vMB 16
379,606 379,606 000000000000000006d96ea2ab6d0c1515b37fefccdc11c35b27ffd90d625280 1,503 0.95/1.00 vMB 23
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
Previous 10 blocks ↓
Total Size: 782.91 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: 713.89 GB
    • Received: 17.50 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.