Loading Tool

Explorer IconExplorer

Memory Pool

74,905 transactions
28.92 vMB
0.08110723 BTC
Random Selection Loading Transactions
Max Size: 171.13/200 MB

Candidate Block

Mining Attempt 1c20b494a064ace3fb6a1efaa947d95cc41190773d8d71c752fae2a784b3b396
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 61c72fd7c2163784623f8d535b30641036ee49a4d13e464b31b30fbfde87c247
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,551
Size: 1.00 vMB
Total Fees: 0.02104147 BTC
Feerates: 250.89 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (366,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,898 548,898 0000000000000000001a265bb57d06d3bc63b0909be503f07af6523455f12e50 2,879 1.00/1.00 vMB 10
548,897 548,897 00000000000000000013a5626b404d8464bcc81031f6ee90f8cf08cca1d39b77 3,074 1.00/1.00 vMB 21
548,896 548,896 0000000000000000000b83013356b1678465567c50febf6d760f6d41b61d5250 1,623 1.00/1.00 vMB 5
548,895 548,895 00000000000000000011bc12ab08b0e056b47cda48d20614fde5a51a5b904bb7 2,669 1.00/1.00 vMB 10
548,894 548,894 0000000000000000000cd41d06bde0925b6c9929ca7572029eff9af87fedd5e6 2,732 1.00/1.00 vMB 13
548,893 548,893 0000000000000000000aade5aa5d94e9c79ea01fb3f3483978355d22b3e47972 2,913 1.00/1.00 vMB 13
548,892 548,892 000000000000000000052b2c34986cac383b8f2107b49f1151fa54673ce05dfc 2,817 1.00/1.00 vMB 25
548,891 548,891 00000000000000000018cdc65ed6e1e48fc98c6fade6e5b521424308071367c8 1,688 1.00/1.00 vMB 11
548,890 548,890 00000000000000000002cde169f9db3d4456ea90ac2be740895c5a8e650814a2 1,868 1.00/1.00 vMB 4
548,889 548,889 00000000000000000020e095b5eabd0ae3276f171eb575f23b750e0b9c78d5b9 2,549 1.00/1.00 vMB 15
548,888 548,888 0000000000000000000ad2324bb039b88d237b561c93a194fdb9c3afd647c08d 2,868 1.00/1.00 vMB 10
548,887 548,887 000000000000000000120fb13ac473a4bc295d905ae7ab993212169017d00e55 2,947 1.00/1.00 vMB 23
548,886 548,886 00000000000000000008bd6c29b96d2262da1bb72b9237db82a1284db3b6eca9 2,728 1.00/1.00 vMB 18
548,885 548,885 000000000000000000112a167a35add5bee302a0d9c95f34b49233b392ec3927 806 0.49/1.00 vMB 18
548,884 548,884 0000000000000000000683ac8df1800ea2e7577bcc652eb5f6f5731bccf8b04f 1,826 1.00/1.00 vMB 5
548,883 548,883 0000000000000000000efd47f9aae31482c9310f768f759199918aeed6f6d2e1 2,584 1.00/1.00 vMB 11
548,882 548,882 0000000000000000001545b2ebd1431565f8f622a0d3b33abf01b4f70562f200 1,535 1.00/1.00 vMB 5
548,881 548,881 00000000000000000026ef25b8dc059698bfe3fc062c134fb1e7507db72f0d4e 1,971 1.00/1.00 vMB 6
548,880 548,880 000000000000000000263b7a228924559822e5a376c32020f8b3e13b90fc0830 1,318 0.50/1.00 vMB 10
548,879 548,879 0000000000000000000acc28b4db3f34059836095d66b8a4b0a8656c127c2697 2,614 1.00/1.00 vMB 17
548,878 548,878 0000000000000000000dd720ffb1e9877f96247375da26f97f5c33f3e375ec20 2,636 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.