Loading Tool

Explorer IconExplorer

Memory Pool

55,872 transactions
31.97 vMB
0.17406162 BTC
Random Selection Loading Transactions
Max Size: 172.01/200 MB

Candidate Block

Mining Attempt 2f27204c7a40cd63eb322da9aca5c5d5a1359165dda706d9dc3f3e044d2e2b2c
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root db182f605351c31312c7b5eee57f49f5c24d8591abf7b9616f2b1a794cb3f256
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,747
Size: 1.00 vMB
Total Fees: 0.06891989 BTC
Feerates: 465.21 > 6.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (571,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
343,654 343,654 0000000000000000086de1824a1b6a83c3f9a6fd11835c76bb883b812965b383 388 0.23/1.00 vMB 25
343,653 343,653 000000000000000003b11b115ea3e0b7203779b9ceba1c2a5b573abebe39f655 1,119 0.75/1.00 vMB 20
343,652 343,652 00000000000000001338d0e4b62ca18de27a0fabf3a95c71baec7088fa96de4b 384 0.85/1.00 vMB 12
343,651 343,651 000000000000000008253d012c5f283b3e45ecd690245925e42930c3de6b9924 576 1.00/1.00 vMB 13
343,650 343,650 000000000000000004d9b370834ab49b6bc40e9efd4376f70ea35426793b1ae0 128 0.05/1.00 vMB 18
343,649 343,649 0000000000000000086243895e03fd8fc49a5d4594aa974a67ac1a008e4f83cc 1,183 0.75/1.00 vMB 22
343,648 343,648 00000000000000000a161c535c5ea404d1c251f6c9d54c78384c423e359c9c56 598 0.75/1.00 vMB 17
343,647 343,647 000000000000000016f12d8ff1ff39d4dc60eb5827669d0dba7ccdba45f7aeff 1,795 1.00/1.00 vMB 25
343,646 343,646 000000000000000007704c310d205d154be4d4c4c31e678aa1db2b12e92b024c 948 0.34/1.00 vMB 36
343,645 343,645 00000000000000000f62863bcfd19e7d02630d74dd95ee1cd8f725a1a96950f3 1,014 0.61/1.00 vMB 23
343,644 343,644 00000000000000000dbd03cee6609de7b9b0f1a3be730c8763e3f1e66b168fc7 1,276 0.81/1.00 vMB 20
343,643 343,643 00000000000000000d9df941d487826af967420b7150849505d6ed94fef8e1d3 320 0.75/1.00 vMB 13
343,642 343,642 0000000000000000055f7fbf85d6a5b4a6b14556f93b2f9bcffdb0aa91461a44 492 0.75/1.00 vMB 17
343,641 343,641 000000000000000000020fc1ca1268a27de8646059ae2bcca61d13d16890b5db 1,424 0.75/1.00 vMB 26
343,640 343,640 00000000000000000c71cbf53cdd4230e5230521b684b7451a46013be383e3e9 340 0.21/1.00 vMB 26
343,639 343,639 0000000000000000051d33aa590fd2820995b1ec160f44adb04b51ff9696a177 531 0.37/1.00 vMB 25
343,638 343,638 000000000000000011a19233a659e34a75371ea93ff4bf9a8fcfa1b1843fa034 1,104 0.60/1.00 vMB 24
343,637 343,637 0000000000000000178e8ade81280fe1f9d83d99c7aea77b91f14d3be512dc78 1 0.00/1.00 vMB 0
343,636 343,636 0000000000000000056f9721ab6430251c883e7e90eb86695a00375a8842016e 1,266 0.75/1.00 vMB 24
343,635 343,635 0000000000000000035603ab3cf8d2283edf27459d02943dff7cfa96204f1fc0 126 0.11/1.00 vMB 15
343,634 343,634 00000000000000000b346b775874f2a8c6a44bc3c60c11517f748ca3117a7fcb 719 0.65/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.