Loading Tool

Explorer IconExplorer

Memory Pool

86,317 transactions
31.60 vMB
0.14588829 BTC
Random Selection Loading Transactions
Max Size: 190.57/200 MB

Candidate Block

Mining Attempt 43f8996d11f798b3ded04372651e785aaf443f9ddb06b49eb6039a4884062bd8
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root dcfe49f66d15151be66a9f7bc3c2359c58da1f43b58e7987b2c8a967d53b88c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.06434151 BTC
Feerates: 214.31 > 6.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (443,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,864 471,864 00000000000000000099f83c14a61f1b109a712d8de321c0909bb2ddf07782d5 640 1.00/1.00 vMB 59
471,863 471,863 0000000000000000014ba9ace236e8385d5548461aa06f0d5261477603138999 1,266 1.00/1.00 vMB 77
471,862 471,862 000000000000000000f2c4207d76fce63d3255d28ca563cc1c5e4ea09b1d82d3 2,148 1.00/1.00 vMB 332
471,861 471,861 0000000000000000004a24fb7919c40525b49c751cd24b7a62a6a62f9aaf45c6 1,063 1.00/1.00 vMB 347
471,860 471,860 0000000000000000008210df4dd61d66920737329f764bee50ef61865afdaaaf 1,208 1.00/1.00 vMB 131
471,859 471,859 00000000000000000003f50f70f4e9355678bfa206a9120d2805db9970242501 2,337 1.00/1.00 vMB 112
471,858 471,858 000000000000000000d2b96a4e5c2ce32a048c0d6b977a47d81a975d6b7e9484 2,159 1.00/1.00 vMB 103
471,857 471,857 00000000000000000038479c6ec3277160ef5ddfce656f50f9173021730e3a64 1,650 1.00/1.00 vMB 146
471,856 471,856 000000000000000001019234c1ca2755e60fc77b32fedd63352ce7a9668db4b0 1,818 1.00/1.00 vMB 176
471,855 471,855 0000000000000000002c10361cba7474d824f64ff6620b516df004e6949fc0f9 1 0.00/1.00 vMB 0
471,854 471,854 0000000000000000004a2d358ace7ced5eae1e386d3cf9479f7c8d5d8fd69455 2,421 1.00/1.00 vMB 332
471,853 471,853 000000000000000000d7c0850c47ba36e7f16076fd43f4d9412b2a654fb0520e 1,945 1.00/1.00 vMB 225
471,852 471,852 00000000000000000182d1cbf21198976233efcd6f3071a57d5f97434795e946 2,600 1.00/1.00 vMB 371
471,851 471,851 000000000000000000210531465d4f70acf6efd13cd07dac96d0ffaec478b672 1,726 1.00/1.00 vMB 286
471,850 471,850 000000000000000000cfd8345e11993e9bc2eb969097cf7df7d4f826b57057fa 2,301 1.00/1.00 vMB 307
471,849 471,849 000000000000000000a2f2955ded1f9304a616b4f519132dc0679db217d7056a 2,375 1.00/1.00 vMB 193
471,848 471,848 000000000000000000e33ff6c3e9e88183bb460be9bbb87877701bcff6e0c406 2,340 1.00/1.00 vMB 358
471,847 471,847 0000000000000000016f2a6db0d0829ee061ac1a6c7b1a3661866ee4ec6eab9b 2,247 0.99/1.00 vMB 264
471,846 471,846 000000000000000000331f1f8a8362a7ea77c92ca622df8f5a60abf83dbac009 2,074 1.00/1.00 vMB 270
471,845 471,845 000000000000000001683b0fc72d49b600a15ad6bdaeabe25572db98f42d6754 1,922 1.00/1.00 vMB 333
471,844 471,844 000000000000000000925acc1c994e3268502e8196a4635ef198a778fcfae0e3 2,379 1.00/1.00 vMB 283
Previous 10 blocks ↓
Total Size: 782.33 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: 660.71 GB
    • Received: 14.77 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.