Loading Tool

Explorer IconExplorer

Memory Pool

33,042 transactions
25.61 vMB
0.05151845 BTC
Random Selection Loading Transactions
Max Size: 128.68/200 MB

Candidate Block

Mining Attempt 4bde4a9b5d2c3653758de5109de38f2a50dde6d8f06b8ad3f4ab2915abf91c9e
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root b8380c7e79fe481cdb3f4f982d8b3f75c7bd8e84d584e17d95d4bad298310692
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,499
Size: 1.00 vMB
Total Fees: 0.00479000 BTC
Feerates: 16.32 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (412,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,862 501,862 0000000000000000000c484927887051c4dc6cbc3a1cdf69b7b433d4806c8916 2,499 1.00/1.00 vMB 497
501,861 501,861 0000000000000000001cbe9cef2dcd954680dec1414f93c112275f003da5290d 1,656 1.00/1.00 vMB 224
501,860 501,860 00000000000000000040514f42e3a5dd4a973d588267529c0436765046a2743c 2,015 1.00/1.00 vMB 310
501,859 501,859 0000000000000000001c00c24683a9e7dee701a16232d9f1337ceb14fbf8d15c 1,440 1.00/1.00 vMB 299
501,858 501,858 000000000000000000490c6895ff745ce3fb1f28d1823b22f5fbaca40f35d41d 835 1.00/1.00 vMB 195
501,857 501,857 00000000000000000066974747a9e0cfffe2cc4b7e2b53884c9d7c27e0f19f7e 1,012 1.00/1.00 vMB 79
501,856 501,856 0000000000000000008bc268ccae50de1360b085f135ac7aafb0521a769a3548 1,095 1.00/1.00 vMB 264
501,855 501,855 0000000000000000007231a7da859b9dd1f05068b78e829aef6972c9740587ac 1,044 1.00/1.00 vMB 207
501,854 501,854 0000000000000000001bc8616410ee1f921e67997db7684db23dbdc71bf0a4f6 1,585 1.00/1.00 vMB 94
501,853 501,853 0000000000000000002052119e126e83d3cc368b900f7cf1285afafd8b55944b 1 0.00/1.00 vMB 0
501,852 501,852 0000000000000000007f63926a861058f3e08d65dc82af3d3e5532ea779ed03e 1,042 1.00/1.00 vMB 92
501,851 501,851 000000000000000000102c93185451ad3fd47c091dec282d7443fc24d19edf59 2,412 1.00/1.00 vMB 587
501,850 501,850 00000000000000000038e1e0d085fffed5ae330d61d9e5d3877bd287f6ad9b1a 840 1.00/1.00 vMB 257
501,849 501,849 0000000000000000004ecedc7d6d89c51008e75a4f3544a0c22b14dd6d9619af 1,941 1.00/1.00 vMB 433
501,848 501,848 0000000000000000003dc8c319dfbae6d7d3133c8a453f51a710b2ba4abc742a 1,946 1.00/1.00 vMB 198
501,847 501,847 0000000000000000006395e15b3abee436a30bc0faabab8326afe2e7af40c84d 1,906 1.00/1.00 vMB 286
501,846 501,846 0000000000000000007ce7c3d802eae732269d60f34b7588be745076973b1e9e 1,277 1.00/1.00 vMB 177
501,845 501,845 0000000000000000007eab4e555914c027145c36d0af27dfec5766d73d13d46e 1,426 1.00/1.00 vMB 155
501,844 501,844 00000000000000000086be380ab051b4852a789ca0c7cb1d6744aaef10bbd291 1,157 1.00/1.00 vMB 110
501,843 501,843 0000000000000000001ffb72403af6329a9bd630f59c998c6ffc6c5568b42636 1,793 1.00/1.00 vMB 346
501,842 501,842 0000000000000000002a8798595ce65aeef97b6d130b30bdec101130927e1508 1,575 1.00/1.00 vMB 228
Previous 10 blocks ↓
Total Size: 781.78 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: 633.22 GB
    • Received: 12.18 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.