Loading Tool

Explorer IconExplorer

Memory Pool

40,450 transactions
27.65 vMB
0.07267774 BTC
Random Selection Loading Transactions
Max Size: 141.85/200 MB

Candidate Block

Mining Attempt a044d0276dddd60f9ae3e84252163862aef8e5bceebd112f8775a8b230419b23
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root b43b66b8eb446e87d225ffd9ec5d203e02e6ae3d3cb424d775bcce8b4cfc0d2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,881
Size: 1.00 vMB
Total Fees: 0.01987673 BTC
Feerates: 193.01 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (81,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,855 832,855 00000000000000000002400e42dbd15dda84c77ba10a359360edea39ae8e0c50 3,241 1.00/1.00 vMB 23
832,854 832,854 00000000000000000001c7c95c06eb3128a7f1cb3ce92b60af1047989828476e 3,230 1.00/1.00 vMB 26
832,853 832,853 00000000000000000000b63c3e2ad17229b2a1498b4d49edcb31868804d0a515 3,818 1.00/1.00 vMB 40
832,852 832,852 0000000000000000000059fe595d40bcd10fb1d02080fd2721e1bac7cb6b97bb 2,436 1.00/1.00 vMB 36
832,851 832,851 0000000000000000000037450fb3b7211316b9332a16312b1e3a2a7cacb8b1bd 2,901 1.00/1.00 vMB 46
832,850 832,850 000000000000000000022197becee0ed60c262197df766bcc1519333ed5f7626 3,015 1.00/1.00 vMB 50
832,849 832,849 00000000000000000000e37d10aa5a5ece8dba4a20f011280ae3d1880414ff7e 7 1.00/1.00 vMB 60
832,848 832,848 000000000000000000020426b42d0e10397de8cb028e6145a39df46302fd5df0 3,335 1.00/1.00 vMB 71
832,847 832,847 00000000000000000003358adf90d791dd3f175a3a470f22d4a1ee1d5bd23e05 4,313 1.00/1.00 vMB 58
832,846 832,846 00000000000000000001ca32e3f5bd84e935138993196d9f6b8b2403451a9aab 3,252 1.00/1.00 vMB 66
832,845 832,845 000000000000000000014708670bec095ce6d7d3b9091f150503028a69477831 2,099 1.00/1.00 vMB 25
832,844 832,844 0000000000000000000261d4bf4cbadd48821e10014ed094a685f37c4c826675 2,742 1.00/1.00 vMB 42
832,843 832,843 00000000000000000002e1d1670550e92ae83c62524352623a9eb455c17a857b 2,868 1.00/1.00 vMB 40
832,842 832,842 000000000000000000003c7a18e6aca874360e0732e43163a1d3e0eaff5035e4 2,415 1.00/1.00 vMB 32
832,841 832,841 00000000000000000001d9a03928cc7f7611758d2ccd560d021243a97ffaebf2 3,178 1.00/1.00 vMB 44
832,840 832,840 00000000000000000003557baeabc41a75252ae6e51908584bcfd97ec52dea31 3,418 1.00/1.00 vMB 46
832,839 832,839 000000000000000000035f0b1ba3f69cf518d57bceacbcda2e60e7f8b258de06 3,110 1.00/1.00 vMB 37
832,838 832,838 000000000000000000008158c94438b89d7efb3009554902aed63cc5a0594266 2,450 1.00/1.00 vMB 22
832,837 832,837 00000000000000000000929eb91e1ea215340b9b76ca3b381c5afb3fda6107a9 3,243 1.00/1.00 vMB 31
832,836 832,836 0000000000000000000300efeadd4996b9955d9520972ae115e2ba30e98535b2 3,502 1.00/1.00 vMB 39
832,835 832,835 00000000000000000000e5061ceefdaa7169d6ff5ad8ef6b726d0e8c9fd32199 3,313 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.77 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: 632.85 GB
    • Received: 12.16 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.