Loading Tool

Explorer IconExplorer

Memory Pool

73,815 transactions
28.23 vMB
0.06843093 BTC
Random Selection Loading Transactions
Max Size: 167.79/200 MB

Candidate Block

Mining Attempt 8090b5d46e49f2dc5124e072a5d6a8afc6cb36aa98686c2880525fa4b46ad1f1
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root e6ecff92cfd84b291f30202433cbd3cbf6c4738d80a39fa1956b8a6de496b70a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,598
Size: 1.00 vMB
Total Fees: 0.01197438 BTC
Feerates: 101.62 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (795,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,834 119,834 0000000000009d3b73102fe7423fcc8984ae1395ada0dc805e5ce2dd1b077e49 24 0.01/1.00 vMB 389
119,833 119,833 0000000000005341bb2bf05352037548a032e4921e702e49bea9fdc0c2df7983 61 0.03/1.00 vMB 643
119,832 119,832 0000000000009d4fa832500f3a18fcb73dfcc533704555596c8cec4a7a910f19 17 0.00/1.00 vMB 3,563
119,831 119,831 00000000000088cb5fa9cdae84beac0cd6f725d431639e779274cd54795b69d9 9 0.00/1.00 vMB 0
119,830 119,830 000000000000060977b0af7e004f6327018a725e2909d49ddcd5a8ed9658199c 16 0.01/1.00 vMB 708
119,829 119,829 00000000000029d0df0e81ebf36cc5a6e0fdac006ae5c251960470834fa9f782 65 0.02/1.00 vMB 1,724
119,828 119,828 0000000000008d459491c868a715c3902dbab98c331b4af8529566e5837b3f8b 13 0.01/1.00 vMB 341
119,827 119,827 00000000000062071302d35bf10150aa910a8bfbad0e55a918b3271c64c8060f 11 0.00/1.00 vMB 685
119,826 119,826 000000000000104d9680e17cb6317b2e20f0b8be295110153783c14baef3d73e 67 0.03/1.00 vMB 621
119,825 119,825 0000000000000f767e33f386c0a0e5af7e93028e956588093e5109f6465bdc13 7 0.01/1.00 vMB 141
119,824 119,824 0000000000005fd74cf45cc24907c7a256491e7e7616199858e4b1f7a4522458 27 0.01/1.00 vMB 112
119,823 119,823 0000000000004b5feb1dde147f0c5603f9da267ee735f13abbf70eeb9c02d998 1 0.00/1.00 vMB 0
119,822 119,822 000000000000294090b1abfd5b0add8454da3167ad05cde35b68f75146c14ea2 6 0.00/1.00 vMB 273
119,821 119,821 00000000000001f25c5066c00cef4d4e1a3ca26400f1d343e1fd6ce127fc7276 14 0.00/1.00 vMB 955
119,820 119,820 000000000000873abf0a206d6cd1a69f51ed9169e7c72480eaa4282f5bb667d2 40 0.01/1.00 vMB 1,030
119,819 119,819 000000000000409e159f1a581813ea0d43be41ef550ec44e3604b03c79e9d3dc 7 0.00/1.00 vMB 0
119,818 119,818 000000000000953d291e614b3193a739f28a888f5f81f6fbbe7bc1d66e6bb3a2 25 0.01/1.00 vMB 1,303
119,817 119,817 00000000000033af906edc7a64484a50157fc8469d0692f8d0188853d55d21f6 12 0.00/1.00 vMB 326
119,816 119,816 00000000000069c06f76bd1358dd12900164ee241885252086c5b6bb29f5638a 14 0.01/1.00 vMB 0
119,815 119,815 0000000000003f3cd04f76723836c785632fac22c0239400827bc8ce509b583c 10 0.01/1.00 vMB 0
119,814 119,814 000000000000699c60eae6435a9a14bcb4c3ec6de33c7242efdabb1782b1a622 22 0.01/1.00 vMB 207
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.