Loading Tool

Explorer IconExplorer

Memory Pool

39,719 transactions
19.74 vMB
0.07024982 BTC
Random Selection Loading Transactions
Max Size: 110.00/200 MB

Candidate Block

Mining Attempt 15fe577268bb73019a37626e765eff240a355e86fb8ceb6a080b45b928d1ab5b
Version 20000000
Previous Block 0000000000000000000090007083a4c5b0066025965bf90976dad02bace4e5cd
Merkle Root ebcb53327b9b141990a1c70384e30d11ead97c5be9400cc3a7b7040c8724d5c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,199
Size: 1.00 vMB
Total Fees: 0.03160288 BTC
Feerates: 107.09 > 3.17 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,104 (781,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,652 132,652 00000000000009d14cb01b9343c1b2ca4b30978235917020ed7e17ea7ec498e6 155 0.05/1.00 vMB 227
132,651 132,651 0000000000000c07a9fd29fd45d5e9e95bda747ba24d372a842d583d214fe17a 140 0.05/1.00 vMB 201
132,650 132,650 00000000000011bd8c8124c1a2836a2646d182b472ce88f56bce3da4a27fe814 10 0.00/1.00 vMB 675
132,649 132,649 0000000000000f26a28d8c72e640bd09230d8f7f7a9cbb9a023b1e181ce054f0 163 0.05/1.00 vMB 221
132,648 132,648 00000000000010f6e1abd890142a866abe99b0f5ecfbef8060bf1be3db8c440c 16 0.01/1.00 vMB 1,355
132,647 132,647 00000000000010c1461c5cf2dc0c22c46ade72c2c3fcd3ea42ab9a33e37d6dee 54 0.02/1.00 vMB 684
132,646 132,646 0000000000000866aa20dddbe72980831a985d8088209dfb4e4894b522ea32bc 16 0.01/1.00 vMB 1,540
132,645 132,645 0000000000000033b48e9272665051f5ead703fd7968cd086a6c5d9391ddb917 63 0.03/1.00 vMB 631
132,644 132,644 00000000000005a8d7be8ad9b451abcb2d3e5735cb07956111b20faf477c7ff2 6 0.00/1.00 vMB 206
132,643 132,643 00000000000002f38ac0388ba0f19cd4c1186ec760155031b18783e2c0b71e8c 72 0.03/1.00 vMB 268
132,642 132,642 000000000000050ffc31a0568bde1bf58fdc1740be8eab327f3ccc1843cade1c 37 0.02/1.00 vMB 122
132,641 132,641 00000000000012cb9715a7ace38d887fdbe287ce3172bb7f6086ab127a82d6f0 29 0.01/1.00 vMB 125
132,640 132,640 000000000000124d0c58d0e0d28ae0a87cce413facf0ee884bdcb955009b0050 122 0.05/1.00 vMB 544
132,639 132,639 0000000000000cbb360f51d458d4e30db1c4354ee8fbcfe158bc4a4356a16f3c 10 0.00/1.00 vMB 608
132,638 132,638 00000000000006ba1109dd1407293681f198d11178d69591a6b9ac605fedcedb 34 0.04/1.00 vMB 39
132,637 132,637 0000000000000c3f5139eecbb4f313147abd8b019ec4cb7489571687cfc0b3e9 12 0.00/1.00 vMB 33
132,636 132,636 0000000000000224977f4455e7c006f08c495c0ed11f6efe8ec347c1674f2a74 87 0.05/1.00 vMB 227
132,635 132,635 00000000000009ddb8c8701ea11f306e46d52d12dd54c9e9c34db0c3bee30348 138 0.05/1.00 vMB 538
132,634 132,634 000000000000016852ce19998680720ad2dbcb7ec1eaa009f563e68b33af6884 14 0.00/1.00 vMB 857
132,633 132,633 00000000000002217c7d090df31f594994ff602a0e230cc2666e4cd8b755e8ba 67 0.05/1.00 vMB 143
132,632 132,632 0000000000000f822a6b20bafdb0a3a95ce46be57a2f207cd15cec090b12b4ee 28 0.02/1.00 vMB 235
Previous 10 blocks ↓
Total Size: 780.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.40 GB
    • Received: 7.19 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.