Loading Tool

Explorer IconExplorer

Memory Pool

81,386 transactions
29.93 vMB
0.15543961 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt 38f515aa01db7f43a3693a279ca8c4c7dd6484ca16045e1c15f0fa2b6038eb11
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root dc3f7d1a0db8960a3c678a5d74d3f053e6146ff63a1ae06c4e8142ad6033b457
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,689
Size: 1.00 vMB
Total Fees: 0.05900558 BTC
Feerates: 1,002.91 > 5.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (466,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,650 448,650 0000000000000000005708f39492682c8a7af9fcec06fc3366fa3431a13efadb 2,185 1.00/1.00 vMB 101
448,649 448,649 000000000000000001af3ec4f46e97008aef5e5218ffcce74b4b480f89873355 2,550 1.00/1.00 vMB 92
448,648 448,648 000000000000000002b45ba692c63143a9bd7a968793e9a5cc0d6490589875c1 2,210 1.00/1.00 vMB 94
448,647 448,647 000000000000000002de4e6b554361a124e974ff87e99cb69a1fdefa320612c0 1,888 1.00/1.00 vMB 107
448,646 448,646 00000000000000000058d807381e26460d134b6d8685c5cd57280471b8a6b2ef 1,357 1.00/1.00 vMB 103
448,645 448,645 0000000000000000003ed3e1b018e31e1d499bd183a141bb3d361060b889f918 2,357 1.00/1.00 vMB 129
448,644 448,644 000000000000000000e64483e7bac768c0e58b958143f35173d728e5ee9d7b48 1,895 1.00/1.00 vMB 128
448,643 448,643 000000000000000001adbccca9268036906aef1fc2a84ca3bbdae581a522614a 2,474 1.00/1.00 vMB 91
448,642 448,642 000000000000000001affb94ad69ae1234432ce65bdd479d163cea70d6300210 1 0.00/1.00 vMB 0
448,641 448,641 00000000000000000125d927ef9c0db98e9dad80a2cd40bbb7e5b361d4354d4f 2,038 1.00/1.00 vMB 74
448,640 448,640 000000000000000000a778bfe2a727c0e5e2a0d117e273673f919f0b90f9a938 2,411 0.99/1.00 vMB 98
448,639 448,639 0000000000000000026331032a407083c0a8cf8aa2d59b981857d6a0c5604006 2,371 1.00/1.00 vMB 107
448,638 448,638 000000000000000000c965020a5b5f150b69393312263bffc72758a7e45353d1 2,314 1.00/1.00 vMB 86
448,637 448,637 0000000000000000022ea818c031a4344d39b0af8d60c3c34cfef32f0a83f28c 2,506 1.00/1.00 vMB 73
448,636 448,636 00000000000000000037c8ce7f0a02c024272409b42e48189ccfff1ccba2a465 2,050 1.00/1.00 vMB 72
448,635 448,635 0000000000000000002a56493a6d0940a599c24cf98d51e0d218e4acb094e54d 2,217 1.00/1.00 vMB 83
448,634 448,634 0000000000000000031ee140f42319d5fed03446035eeaf325ef35124bd256d7 2,502 1.00/1.00 vMB 108
448,633 448,633 00000000000000000044a0dcba1e0d16e7cbeb0c274aa669fe1aab33dc613a54 2,327 1.00/1.00 vMB 84
448,632 448,632 0000000000000000029b9d7f0267dd86c3caeddab30af726ee2990332e14a2a0 2,957 1.00/1.00 vMB 117
448,631 448,631 000000000000000000634aab5cba4282eff23c6ae4685a455921d4d4b1fc3c74 2,207 1.00/1.00 vMB 117
448,630 448,630 0000000000000000019a52d3ff9caa96644b2a74e93420f314f73a719a48a51e 1,410 0.79/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.48 GB
    • Received: 17.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.