Loading Tool

Explorer IconExplorer

Memory Pool

73,998 transactions
27.35 vMB
0.06674024 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 401261877c6ce104dd703cd90bc7f94d2b62925e0670daad778b25a1596f793d
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 2fb0b742a2c9cf884d10b45fcdb45ba15f1761f979524e2c53923d84a643eca0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,345
Size: 1.00 vMB
Total Fees: 0.00861297 BTC
Feerates: 73.20 > 0.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (492,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,847 422,847 000000000000000001f726199a7ceceb37d9e3220cad6d1a261969f3d59c9325 29 0.01/1.00 vMB 46
422,846 422,846 000000000000000001870f23030c6d8f88fed4f6d5e70b51dbba07f519dbc8a8 12 0.00/1.00 vMB 80
422,845 422,845 000000000000000002a30157bdf69419261353bf3409b69046cac3b500a32d7b 1,909 0.75/1.00 vMB 82
422,844 422,844 000000000000000002e1b1786985fec4043cb7df1e4112ddc054a6663cd66c1c 2,527 1.00/1.00 vMB 83
422,843 422,843 000000000000000004ff4eb2768b5c84c7885263400717bc8a126afdf0405c9f 2,328 1.00/1.00 vMB 58
422,842 422,842 00000000000000000091f6579991756104f84d3eb0f38f25227ab4007cabe2cd 1,730 1.00/1.00 vMB 51
422,841 422,841 0000000000000000044cf4fa155bd33b30cc0d5ebda1df9d69a9ff0d242a0c34 1,089 1.00/1.00 vMB 56
422,840 422,840 000000000000000002fd0591f7bd404446e38adfb2db3a8c2509d2fb141dca2e 3,118 1.00/1.00 vMB 99
422,839 422,839 00000000000000000271c114039c0a54158692b61c9b4d35a84db3c0e7737187 2,291 1.00/1.00 vMB 76
422,838 422,838 0000000000000000034c709ce87e010f82b30de60e38159bbf11d2c4993ab90c 769 1.00/1.00 vMB 34
422,837 422,837 0000000000000000007506e79d6eaf778ff1a6354ac8bbeb0bfd9a216ae3a8ce 1,233 1.00/1.00 vMB 40
422,836 422,836 000000000000000001cbfd800addee29476fff1f9b39b9e858ca502bcebd8c21 2,098 1.00/1.00 vMB 47
422,835 422,835 00000000000000000208cfdb704489e95723a95e761f2a22abbde85f6337e3cf 2,263 1.00/1.00 vMB 92
422,834 422,834 000000000000000004b643a5e4540d16cdcb8f68d78559750e7fcfb3a83ca60e 2,260 1.00/1.00 vMB 55
422,833 422,833 00000000000000000517af547bb5970cdacae6e2ff7c821a64fa9c84d5ead16b 1,962 1.00/1.00 vMB 41
422,832 422,832 000000000000000002e4952624f77a9c2096419ceb73476361fa199ff0093417 2,913 1.00/1.00 vMB 73
422,831 422,831 0000000000000000004370e7864837d5cc247841a4d61f5ae26001eedcc79121 332 0.13/1.00 vMB 57
422,830 422,830 000000000000000000a9629d1b8870ae310de7ae2a97baa09b568b556ce3e2fd 690 0.33/1.00 vMB 50
422,829 422,829 00000000000000000245bccd8165762d92a1ee79e4b512e1809fcf76ec1c5dc6 35 0.01/1.00 vMB 43
422,828 422,828 0000000000000000048e09118c1d19c3956f55903f83075e45c4ff94f5f7f1ca 1,393 1.00/1.00 vMB 32
422,827 422,827 0000000000000000038277826a0e614c3b1ac8c1bf31855f4b4ed00d6a4a81e6 110 0.04/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.