Loading Tool

Explorer IconExplorer

Memory Pool

82,255 transactions
30.98 vMB
0.09001603 BTC
Random Selection Loading Transactions
Max Size: 189.02/200 MB

Candidate Block

Mining Attempt cbe6114f50e995c5658e7321dbbedbebd77228e76db90ccbe6658b700ee88ede
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root 841a2997196d889865dbf1b0c82df5639085f204d206f4813bff79ef52c24618
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,823
Size: 1.00 vMB
Total Fees: 0.02045455 BTC
Feerates: 150.93 > 2.05 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (487,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,851 427,851 00000000000000000302718c8f07f5241dd77abffada9f296e300d5da6752ec5 2,173 1.00/1.00 vMB 49
427,850 427,850 000000000000000000b675f6a920ce6f3e76fb42d642c6178f435eb14df88a2c 1,538 0.99/1.00 vMB 38
427,849 427,849 000000000000000001b2ce6a73a262d037a17d4a6fef8023ef1457813f517a3d 2,337 1.00/1.00 vMB 62
427,848 427,848 00000000000000000485421882c09a2ed7931e5692d847385f5e3ed531116835 421 0.19/1.00 vMB 63
427,847 427,847 00000000000000000405363ef5742839a4c2a334b1a53d6cbb2a94ae2d69e271 1,001 0.46/1.00 vMB 54
427,846 427,846 00000000000000000408460e8ddd1f4ed38dacecee7e6bbda91803982d38a090 1,113 1.00/1.00 vMB 27
427,845 427,845 000000000000000003bfac1e870dfe52f0f8424b3ad3a20b4fe3c4fbd009055a 2,631 1.00/1.00 vMB 59
427,844 427,844 000000000000000002fecfe30a77ba8f2b06c8380c79d78f67a03544f1e8bf3c 1,899 1.00/1.00 vMB 87
427,843 427,843 000000000000000000fd44f6b199d8268e6f915581dc94bf44e908e5b55758d3 1,800 1.00/1.00 vMB 41
427,842 427,842 00000000000000000403acd9c82992a57561854828ec5a18c9f33401dbea4807 1,935 0.99/1.00 vMB 42
427,841 427,841 0000000000000000049680662a468889e61bc2181982d7d4486d23becefc30d8 2,888 1.00/1.00 vMB 73
427,840 427,840 00000000000000000439bdd1722fe1c63b4a1ad25a118b17971dee314b75e1b9 2,542 1.00/1.00 vMB 56
427,839 427,839 000000000000000004387caf5042dce7abdc24610d79a1e8873eb54dc373584f 3,027 1.00/1.00 vMB 81
427,838 427,838 000000000000000002122bd37a156edbc39cd8315f61e706ea38417475784411 1,183 0.75/1.00 vMB 44
427,837 427,837 000000000000000002fd1b8a407ebadc3b81513f7b31ffdd8907e6d396dd535f 2,287 1.00/1.00 vMB 55
427,836 427,836 000000000000000001a5bf48aed2dc0925f8af66a4866f339d7c931f747fb06e 2,729 1.00/1.00 vMB 79
427,835 427,835 000000000000000000baf5472d746dd89369703c3b92367f0d68f560f70205d1 2,162 1.00/1.00 vMB 49
427,834 427,834 00000000000000000435377a8476a2a7981d04008c16d9c54abb3f533adf48b3 2,548 1.00/1.00 vMB 64
427,833 427,833 0000000000000000049bb89db39b705114ce0e2fd16de087fd4ffc10f9f7f6c6 2,862 1.00/1.00 vMB 61
427,832 427,832 00000000000000000077792f7cc82c6968917d5f77d08debbb47d73fc788cfb6 2,489 1.00/1.00 vMB 93
427,831 427,831 000000000000000000e5768ded3437888c1df4ee59fb6be2440179dd33d181a2 2,429 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.97 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 715.85 GB
    • Received: 17.74 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.