Loading Tool

Explorer IconExplorer

Memory Pool

31,693 transactions
25.25 vMB
0.08731725 BTC
Random Selection Loading Transactions
Max Size: 126.22/200 MB

Candidate Block

Mining Attempt 72ec3ba6b9e7fd3ea5a1dc8ba41330eacfd58a2ed2522b8435840135b74f6848
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root fd4b7dd5e0929570aa359436e9b6cdd3b1e70bcc956b66b9f3f8ee18d871ca36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,482
Size: 1.00 vMB
Total Fees: 0.04187608 BTC
Feerates: 150.93 > 4.20 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (318,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,846 595,846 0000000000000000000dbfe553cdaa44ae0a74d997c04a1faf76dbd7f7f12994 2,513 0.63/1.00 vMB 1
595,845 595,845 000000000000000000135a99e7a6c647b7e43f20b03a84f7c3266ec8f769e67d 2,828 1.00/1.00 vMB 27
595,844 595,844 00000000000000000007d8dc998b20dc25ccf44965025639bbd9db15f3cdf783 3,279 1.00/1.00 vMB 32
595,843 595,843 0000000000000000000f8fa8551a8535131fc01fbead298282faffed21369244 2,330 1.00/1.00 vMB 26
595,842 595,842 000000000000000000076662121bfd8552e28bcabfa0006dfd7a91c693e00c4f 32 0.01/1.00 vMB 15
595,841 595,841 0000000000000000000e5a81476cdacb43f4956d31402b6b47e1f952ab4d9c44 133 0.06/1.00 vMB 26
595,840 595,840 0000000000000000000c29bc87a7283f978f519eeca7c002fb8f0223d5a78753 2,619 0.84/1.00 vMB 19
595,839 595,839 00000000000000000016f3f6d6746e962f12407982517a186a356301a8c3434a 2,884 1.00/1.00 vMB 13
595,838 595,838 00000000000000000009e073b079bfd190b371df9252dbc2ea3ada90a8b82696 1,489 1.00/1.00 vMB 29
595,837 595,837 0000000000000000001100caa8b4bc6dd97d4b31817882eb1df9f921871091ec 414 1.00/1.00 vMB 37
595,836 595,836 00000000000000000017a2239c8ff4812839043d4cb0b763d499e142f47b081e 2,502 1.00/1.00 vMB 34
595,835 595,835 00000000000000000012450029dc2a07f787d6598c9652d63a2fd355d64317fe 2,652 0.91/1.00 vMB 8
595,834 595,834 0000000000000000000c9ba6f2838a344b416503655bb9156ef8eba0a317293c 3,322 1.00/1.00 vMB 9
595,833 595,833 0000000000000000000e88841f24e37581d397d4d078be49e5929b04d175c445 3,478 1.00/1.00 vMB 44
595,832 595,832 0000000000000000000f058ea061b711e9b90162a63af8daaca245d129ab7ac5 3,087 1.00/1.00 vMB 21
595,831 595,831 0000000000000000000250a2754ff7af01da3f8ec732a18aea6693c284676154 3,087 1.00/1.00 vMB 18
595,830 595,830 00000000000000000003d940bd4bb3fcff690241e1e36dbdafe63c9b1ce9b119 3,048 0.82/1.00 vMB 5
595,829 595,829 00000000000000000000a7acb7e98006a5f30a16780e4facb86a7b0ee078c5db 2,921 1.00/1.00 vMB 27
595,828 595,828 00000000000000000004175c9f7e1cc60c3728191e3eaa7602f163f04841ac5f 3,356 1.00/1.00 vMB 26
595,827 595,827 00000000000000000016405f767866399d0f9e845d4194704f17d97c7fbe41e1 2,582 0.68/1.00 vMB 16
595,826 595,826 00000000000000000006a3d048a6de9083c04b9b46af3822af3f0d9af1db5134 3,854 0.96/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.86 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: 642.35 GB
    • Received: 12.54 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.