Loading Tool

Explorer IconExplorer

Memory Pool

51,338 transactions
30.56 vMB
0.13536699 BTC
Random Selection Loading Transactions
Max Size: 162.95/200 MB

Candidate Block

Mining Attempt 6be12b236b2646c2a316c0ecaa6374dc9d5e60b7e3d1721a6b0b54106136c449
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root ed0d8fbc75156a5fa3fd313e4d4d746d6e4c4bb5f16ed3da6874eba3c3247324
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,972
Size: 1.00 vMB
Total Fees: 0.05361383 BTC
Feerates: 179.69 > 5.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (431,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,712 483,712 000000000000000000142fdf3fc4c37f13a3024511eb4586e5d6eba23219514e 738 1.00/1.00 vMB 67
483,711 483,711 00000000000000000111cabedaef6d15e7211dcfe8356f1cc0607f961e2e0b3f 1,564 1.00/1.00 vMB 21
483,710 483,710 0000000000000000006cb4c65482021f32e3e4e922c83921b40e7cec34b06f6a 1,792 1.00/1.00 vMB 249
483,709 483,709 00000000000000000049b06c3d5b14a71ded353de6c005cd334d71adb4bb7992 1,522 1.00/1.00 vMB 159
483,708 483,708 0000000000000000002d25c28fb087925f1f4128127227db5e07190c45f9daf1 2,548 0.99/1.00 vMB 315
483,707 483,707 0000000000000000007f7a5e29f999acba852fc86e91f2a5dbabdada59e50c94 2,018 0.97/1.00 vMB 120
483,706 483,706 0000000000000000007f04f81f8f75327c65385c98bcc3718c3bb93f28af6b02 2,015 1.00/1.00 vMB 236
483,705 483,705 0000000000000000003514667f7e128d9d990fbc39c58731fb985a9992381d8f 1,972 0.86/1.00 vMB 179
483,704 483,704 00000000000000000105734b305a327c0e8555a4a0f6331f89074faad02e379c 414 0.27/1.00 vMB 211
483,703 483,703 000000000000000000e5b5dae106fc41108cad2159ac90560e32598a027d4aaf 113 0.04/1.00 vMB 109
483,702 483,702 000000000000000000f95258a577405b551bb17470da65f7f321e9c71db122d6 1,091 0.48/1.00 vMB 78
483,701 483,701 00000000000000000120631e80eb67c37bb7be2da2612fa03640b16b3aa70ffb 1,562 1.00/1.00 vMB 292
483,700 483,700 000000000000000000d2b57f7784d7db35af695c63627272f6ee66a60879c657 905 0.43/1.00 vMB 193
483,699 483,699 0000000000000000004a062c2e1255aca58c6851e5464f70904f96c03f62d432 52 0.02/1.00 vMB 146
483,698 483,698 0000000000000000001569bd54b446cf50bf98fb59ab4a89c03966aea2e86756 528 0.24/1.00 vMB 202
483,697 483,697 0000000000000000012275125e4c470676b5e2d7b22d2ff726ec26d8fbed2870 135 0.08/1.00 vMB 208
483,696 483,696 00000000000000000135773cd9fb56adfc9d827239f6e2555b96690d39009005 1,278 0.52/1.00 vMB 221
483,695 483,695 000000000000000000ba345f7bd63386e5f12370c98d78642ec09d83103359ab 647 0.30/1.00 vMB 222
483,694 483,694 000000000000000000bf096c03584f9f63b2b948c9a015da6b5a7d6cc3c8da1a 669 0.34/1.00 vMB 196
483,693 483,693 000000000000000000766dea397c4ee7bf6ae4a3ad980042d3638f5eaf3a221a 1,602 0.69/1.00 vMB 210
483,692 483,692 00000000000000000088eb16a9afe9a607320d7a2254e864e779277542b50b7f 1,908 0.89/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.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: 652.03 GB
    • Received: 13.70 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.