Loading Tool

Explorer IconExplorer

Memory Pool

73,758 transactions
20.04 vMB
0.04785181 BTC
Random Selection Loading Transactions
Max Size: 134.93/200 MB

Candidate Block

Mining Attempt 668a64cdd8796b1ff6b1ec7c7270cf1f23f5e63bdef3a6cc7183aae39914496f
Version 20000000
Previous Block 000000000000000000008e0d3f4e2a7a15a99133859d40d0d8a94428e52de891
Merkle Root 4838d3db4034622df6fa52dbc052b8bbd845f5c0c249f06c90101a4cfa98e3a5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,814
Size: 1.00 vMB
Total Fees: 0.00433046 BTC
Feerates: 61.05 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,991 (856,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,566 59,566 000000000724283082a65e507bfb548a23d4b7ed7990f5d229acdcd31d591f72 1 0.00/1.00 vMB 0
59,565 59,565 000000000e96d603c2d1850a7d99770b460134e413f8b1c31e415decec4d0540 1 0.00/1.00 vMB 0
59,564 59,564 0000000008460a66cb2594a8c98bc45501ade33756210a62022e5fac28daef09 1 0.00/1.00 vMB 0
59,563 59,563 000000000d44ccce46856115a1cd08557159668f9d7ad750be03b3582881ff76 1 0.00/1.00 vMB 0
59,562 59,562 00000000038ba04d673ddc5058ff7d676c59371c04b5a75c537fc87e41fbda97 1 0.00/1.00 vMB 0
59,561 59,561 00000000060c3618a72bc7bd4ee303487991897a0e335c5d13a967ad157aa270 1 0.00/1.00 vMB 0
59,560 59,560 0000000001246bcbf34af591a912297d0342a14602237f3f576a9b2e5638b5e1 1 0.00/1.00 vMB 0
59,559 59,559 00000000060f0d8643bd83b7f862a1fce6ab704cab82daec831f28215ad397a7 1 0.00/1.00 vMB 0
59,558 59,558 000000000e9fd06b0b6d0afd4fe1fce9be491c9abbb2c6aefb8d1c2c3cb64e71 1 0.00/1.00 vMB 0
59,557 59,557 000000000af8e38973e4e7195551185737c23b6f98fdbc08bea4b194e1847b3a 1 0.00/1.00 vMB 0
59,556 59,556 000000000a7062accfe801b9ef357673a1300ebca7e043d86a627d218632c886 1 0.00/1.00 vMB 0
59,555 59,555 00000000034fb4d963a1563ffa43910d98b7f5f15c9fff72fa5af921116ef2ba 1 0.00/1.00 vMB 0
59,554 59,554 0000000000569b4a9a72f21647b635cb99d355079e162293ff3ac506dc7d43aa 1 0.00/1.00 vMB 0
59,553 59,553 0000000000c9bec7bb7bfcd5eb069915dc22a666f0331cd8a96abe1fab69d280 1 0.00/1.00 vMB 0
59,552 59,552 00000000005b63f7b42e2ad1aa53a9a8a0293467d2340ad779057a3a68f0aab3 1 0.00/1.00 vMB 0
59,551 59,551 000000000e54100daec156e055eff4371efbbc45f407b09632da05515f00cb32 1 0.00/1.00 vMB 0
59,550 59,550 00000000058a18ef2068bf22e4740ac919261e5b4fa89bf29892735e9b9cc2a3 1 0.00/1.00 vMB 0
59,549 59,549 00000000086aabc8f865f1784703247628945dfd436c7500c47b90d988a25946 1 0.00/1.00 vMB 0
59,548 59,548 000000000f584034dccf003083c1a2ca5180d54cf30d8f7624dc0d254923c33d 1 0.00/1.00 vMB 0
59,547 59,547 000000000414bb08f754e8d9cea81b72f6a512c8eec39a571f2dc7f43efde2fb 1 0.00/1.00 vMB 0
59,546 59,546 000000000b814d067702cbc25c3801e6da00a0e6eaed154d068d7beb7203d490 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.11 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: 807.08 GB
    • Received: 23.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.