Loading Tool

Explorer IconExplorer

Memory Pool

34,361 transactions
25.77 vMB
0.06208913 BTC
Random Selection Loading Transactions
Max Size: 130.42/200 MB

Candidate Block

Mining Attempt 8edfe77be1347c7689d50a0f1f2010137a68be8cf63cad94db7907d9ee90e11f
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 879254fca2d83bd9e30a1bcfaa30dffe200e6105cb317c694c528eb6148ad3d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.01488190 BTC
Feerates: 74.70 > 1.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (324,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,073 590,073 0000000000000000000914c118a204a321cd2f1851c23dddebc14b7cf0d92d11 2,483 0.87/1.00 vMB 33
590,072 590,072 0000000000000000000c3832316cf6c0173587ba655a669c0a68ef10617821fc 727 0.22/1.00 vMB 33
590,071 590,071 000000000000000000173e7ec320d7d09f92c10dba74cc73efafbb49de1034f5 998 0.39/1.00 vMB 33
590,070 590,070 00000000000000000004b53b073194dcd935d6504a329ead3d8277803e1c75ba 1,432 0.53/1.00 vMB 33
590,069 590,069 00000000000000000007fa5c07a90032719103128fc4e5590cd8fb2931134d87 2,511 0.94/1.00 vMB 9
590,068 590,068 00000000000000000014f8e73d37683b8d327b5c74cf2c93b602a0bec6dd9d93 2,796 1.00/1.00 vMB 31
590,067 590,067 0000000000000000000385274c0bbec5d71f6e5bbf111a43be103eb560783289 2,715 1.00/1.00 vMB 48
590,066 590,066 0000000000000000001a243f4f8c2723113d58a615570d2e75804810e7fd5f27 3,207 1.00/1.00 vMB 75
590,065 590,065 00000000000000000018f8707ad09b31c702314a61b8e0097ba2171735016fea 1,545 0.47/1.00 vMB 13
590,064 590,064 00000000000000000005fce3c03b1f2e4a25e32e4f5ca3ca6af83fc84b25e0de 1,838 1.00/1.00 vMB 60
590,063 590,063 00000000000000000014497d470f490ede134a8e73d793ef6770ff42cc3ccfdf 2,104 0.70/1.00 vMB 43
590,062 590,062 0000000000000000000546973a08022d9e3588464adac9c7146fe752c762299b 1,996 0.70/1.00 vMB 22
590,061 590,061 0000000000000000001afc2be49b0e00688b13570edec64b1aa457a7c4282217 2,448 1.00/1.00 vMB 7
590,060 590,060 000000000000000000124436687a32f674a67d09073581d7de32c7df78aa575f 2,848 1.00/1.00 vMB 47
590,059 590,059 000000000000000000033dcfdbf795b9211eea17ad39fcd3d9576dff04e41395 2,771 1.00/1.00 vMB 45
590,058 590,058 0000000000000000001bdae6b26ba67d6b386d69428a012ae3888216ce167f99 2,864 1.00/1.00 vMB 19
590,057 590,057 0000000000000000000b64025a72283a5082fc29e6bf02ce6a6d6cfd25bbe810 3,099 1.00/1.00 vMB 46
590,056 590,056 00000000000000000005e11934ed38d4d4ac1e56cf56bb1a0c5145ff9e83806a 2,567 1.00/1.00 vMB 71
590,055 590,055 00000000000000000015eeea444bafa7efa21e1d4603464eac5f2a24f6956e80 2,676 1.00/1.00 vMB 43
590,054 590,054 00000000000000000008d8f71623969f88aa51bd4adaf878c1fa1cfd4eba97ff 2,435 1.00/1.00 vMB 68
590,053 590,053 00000000000000000009d4e7fa7623b03d042420daa4d9258f020fdc78a708aa 2,585 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.