Loading Tool

Explorer IconExplorer

Memory Pool

78,655 transactions
29.35 vMB
0.08422478 BTC
Random Selection Loading Transactions
Max Size: 177.36/200 MB

Candidate Block

Mining Attempt 76213fd2389e1579d5e62728494b6936a1bc2605bf19259a70713d23642f0931
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root a7848d8c9a940bd7ebdb4c3d890d722f5d62cf2270752a02c5c51d333a6fff3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.02257028 BTC
Feerates: 95.73 > 2.26 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (515,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,923 399,923 00000000000000000478111af18be1ded27da465c3e9ad75846b146275b9782d 867 0.92/1.00 vMB 14
399,922 399,922 000000000000000005f31717ee8fec94a488c6990b7e7b7a8b2ba572c73695a8 1,331 0.92/1.00 vMB 32
399,921 399,921 000000000000000002d5ce6c11c332d93f1b2a6d7309d4a5cc6b35192c05eb7f 2,079 1.00/1.00 vMB 42
399,920 399,920 00000000000000000212fccff88eaf6d69705fb179dafd802e0edabff1fa0a4c 914 0.75/1.00 vMB 21
399,919 399,919 00000000000000000176991af9ccbdc015684eaab555fd6d907fcd03f0f760ee 891 0.98/1.00 vMB 15
399,918 399,918 0000000000000000049a55e6a4b9d4c053de37adf8bcd0e398ef7a7c1775845c 1,873 0.99/1.00 vMB 37
399,917 399,917 000000000000000003681d2fc5b837e609a55e4e30a048da77369302b0e13bf7 1,176 1.00/1.00 vMB 21
399,916 399,916 00000000000000000509095cf2fe27c543fd91dfdc218774021e1d13f6dfad69 1,919 1.00/1.00 vMB 40
399,915 399,915 00000000000000000142fdbfe3fd0b56532821da3cd9fc08fabc064739c3dc80 1,093 0.95/1.00 vMB 26
399,914 399,914 000000000000000005d165e5f2f5e1755c5beacdb577516badddb70f735d8abf 1,602 0.93/1.00 vMB 36
399,913 399,913 000000000000000001293c1a8c0496976d5df54e880cbf2137696e0f0f289f3b 668 0.99/1.00 vMB 10
399,912 399,912 0000000000000000004b4641818e1a05201a590172e96827e331810e6f7ef285 1 0.00/1.00 vMB 0
399,911 399,911 0000000000000000045c976c3bf82c2799c71e6ea68906421d21919aec653ba1 2,135 1.00/1.00 vMB 40
399,910 399,910 0000000000000000055a8d660c231dc279ad443f9b9b4c0ce7871ca76fc2a26a 2,510 1.00/1.00 vMB 49
399,909 399,909 000000000000000004a9de9ebca502987ffd5068c390ecc1ceb5f20373e2c841 2,380 0.93/1.00 vMB 44
399,908 399,908 00000000000000000536216bf2a0042dd52c8abd827b4a977c8c13255b4a5150 2,424 0.93/1.00 vMB 58
399,907 399,907 0000000000000000061950d893dbe7a0988303611991540f4eceea1b187cac46 1,628 1.00/1.00 vMB 28
399,906 399,906 00000000000000000568ac586619e175ff71f8928ae082ed80e89ae5419aa879 2,666 0.93/1.00 vMB 50
399,905 399,905 0000000000000000013908bd7701e6d3c0cc84e108425b2b2bb3601d55fa7d88 1,437 0.75/1.00 vMB 91
399,904 399,904 00000000000000000312d47b826d5da1b4433047d58a7f5664d23a8bf679f7c8 2,545 0.98/1.00 vMB 52
399,903 399,903 000000000000000006289baa6ae22aec9cd0ba3daeecdcc9c560b91e2ce83844 2,592 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.67 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: 674.97 GB
    • Received: 16.43 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.