Loading Tool

Explorer IconExplorer

Memory Pool

77,940 transactions
29.28 vMB
0.06325794 BTC
Random Selection Loading Transactions
Max Size: 175.92/200 MB

Candidate Block

Mining Attempt d208d425f7a113e1ccf022609f91203e255ac8c183a16545ffbbb43d31f63f7e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 8e68e70f2049501bd02aa495c03ae5518cf918401b9a4860b3691b6c67a58607
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,847
Size: 1.00 vMB
Total Fees: 0.00384864 BTC
Feerates: 12.16 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (378,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,078 536,078 0000000000000000001973a05eec7e66208a0277b60e894498ee903e08b9803c 2,111 1.00/1.00 vMB 11
536,077 536,077 00000000000000000010a06e4d8145f9ae1bf64cec61e7d73a1cb603e73301be 2,307 1.00/1.00 vMB 33
536,076 536,076 0000000000000000002cf66a7e234d8d446efb3aff6e807d76c49d2c749360ab 1,600 1.00/1.00 vMB 19
536,075 536,075 00000000000000000014992d2ad9b2d65dc919fb3188ce38362a5a4260cbd756 1,112 1.00/1.00 vMB 10
536,074 536,074 000000000000000000256adf5568110c68a159e67d5c637e0bfeeee3f138ea81 1,344 1.00/1.00 vMB 14
536,073 536,073 0000000000000000001caa41e7e88084f1e45dce5ab8438ca0f1d7de25255120 349 1.00/1.00 vMB 3
536,072 536,072 000000000000000000156f2c88393d6268a383f0d99ad8e99237cb8d0dd86486 2,076 1.00/1.00 vMB 9
536,071 536,071 0000000000000000002d4f671e7d566a27a497065de5f2e72e8f279b7592a5a4 1,654 1.00/1.00 vMB 14
536,070 536,070 000000000000000000147f4f7126859b7dbab10cd709bc92bfe65762481407c0 633 0.30/1.00 vMB 19
536,069 536,069 00000000000000000007e27deb883334765a325d746e9be5cecb7fbfff1e815f 2,426 1.00/1.00 vMB 8
536,068 536,068 00000000000000000004377714c6d9c55f75de8c5282e175efe4a05ed0ef5678 1,347 1.00/1.00 vMB 19
536,067 536,067 00000000000000000001e8ace22eb82e52f2dc98b78b46408d97fab484789982 685 0.39/1.00 vMB 68
536,066 536,066 00000000000000000009a36895cb8a8bb3184d6544afd2733af0fdb146ba8e8d 1,415 1.00/1.00 vMB 9
536,065 536,065 0000000000000000002346ee936a627904ddf0d8ff30edbe72bcfee3d5f1f905 1,739 1.00/1.00 vMB 19
536,064 536,064 0000000000000000002bb0da510f9b1481e7c5211df5fe36959c0d378e3c09da 819 0.46/1.00 vMB 21
536,063 536,063 0000000000000000000095d1decb05fac8105aa112149e0b4c0314e6c31e1558 1,714 1.00/1.00 vMB 14
536,062 536,062 0000000000000000002cb1b78aba7064cef527c39bced1c0b0ae0c6231ac3581 2,027 1.00/1.00 vMB 11
536,061 536,061 000000000000000000151239dfdf2b27bd2f060940f440c9d4680873e6690a59 1,730 1.00/1.00 vMB 24
536,060 536,060 0000000000000000002ebcbe83ce4bac4497407dd9c3d9eef6f5c68386a5187b 142 0.12/1.00 vMB 12
536,059 536,059 00000000000000000020feb2a17713de16df51b8ebc71130d0e45e99b5aca82a 960 0.56/1.00 vMB 12
536,058 536,058 0000000000000000001c2cd0cdd1a1e04aa56348f92a75a7d6a54b1c7a11158b 744 0.37/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.