Loading Tool

Explorer IconExplorer

Memory Pool

81,350 transactions
30.26 vMB
0.07524126 BTC
Random Selection Loading Transactions
Max Size: 185.82/200 MB

Candidate Block

Mining Attempt c5eb8b42b1f4d86181a8337309082057aeeea2961dd6352a5db9fd8e07a902cb
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 47c87fd5d7b2e644314a3956a275af79a75d0b24b8eef054af3d40e837d3f1c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,920
Size: 1.00 vMB
Total Fees: 0.00796146 BTC
Feerates: 150.77 > 0.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (45,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,212 870,212 000000000000000000011ad408628ae979670ac293ed3900cb1b4a9548ad5d96 2,815 1.00/1.00 vMB 14
870,211 870,211 0000000000000000000083afeeacc10f7791e466a402d6b6bf943896d308fe2b 3,055 1.00/1.00 vMB 19
870,210 870,210 00000000000000000000f28ffaef8025cd741d310ce61dcac8b87bfee4e38987 3,661 1.00/1.00 vMB 17
870,209 870,209 000000000000000000022f51523ab472f67925454e4b613c5c9182294de5d8ed 3,959 1.00/1.00 vMB 24
870,208 870,208 000000000000000000028cad8a355a802a1b17a6d7db91889709c3e630098cd7 4,462 1.00/1.00 vMB 24
870,207 870,207 000000000000000000018813027ec73b0fffb53b52c4cf033ea25293ffdf5483 4,841 1.00/1.00 vMB 21
870,206 870,206 00000000000000000000af0730dc6bd5fedfeb53ca5145327942c8bc42fecb42 5,204 1.00/1.00 vMB 21
870,205 870,205 00000000000000000001a2ce293938ce8c43735605226030eb89938615fa09ce 2,945 1.00/1.00 vMB 16
870,204 870,204 0000000000000000000226bcbe122a90d68f511b19acb3438e12c2312352a573 3,706 1.00/1.00 vMB 21
870,203 870,203 00000000000000000000faddcb13c09a2c15679c67dd2676a674e50fe113f30d 3,373 1.00/1.00 vMB 28
870,202 870,202 000000000000000000022c0a01b81c68cb1afede6230b88c20b97d1bcf195c4b 2,992 1.00/1.00 vMB 13
870,201 870,201 00000000000000000000baba10bee7cc9b6a874908e2ac62be8fe3f84774cdaa 3,444 1.00/1.00 vMB 18
870,200 870,200 0000000000000000000243580191a723cc50da9f4785b18a48f1a42fe441a261 3,593 1.00/1.00 vMB 15
870,199 870,199 00000000000000000000fa8eb51309359542551e7cc9c9e5fcff1c24c5a14562 3,013 1.00/1.00 vMB 17
870,198 870,198 00000000000000000001ce5b18c52ed05b3549c7e22dc2f3c3c537ff8c62bac8 3,009 1.00/1.00 vMB 17
870,197 870,197 00000000000000000001616cf320ff766cf4eda472561dcd871d9b5f8f6b9da0 3,583 1.00/1.00 vMB 24
870,196 870,196 0000000000000000000143083c2a2cdf4eea6edf5b21fabc47a5f1c94d435cde 3,987 1.00/1.00 vMB 21
870,195 870,195 00000000000000000000c418b38a4826ea2b2fc63f10175dcd8d68818791f9e1 4,343 1.00/1.00 vMB 23
870,194 870,194 00000000000000000000d791fc6729000f9948c352b9a9b325533460b5e66516 4,128 1.00/1.00 vMB 30
870,193 870,193 000000000000000000010483e76293b08f890fae70349f50d3c41ddeda6ab194 5,699 1.00/1.00 vMB 35
870,192 870,192 000000000000000000016686c5a9750b23283a74e647e4f0babc54b7f70d88b2 6,163 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.