Loading Tool

Explorer IconExplorer

Memory Pool

81,793 transactions
30.32 vMB
0.16835274 BTC
Random Selection Loading Transactions
Max Size: 183.06/200 MB

Candidate Block

Mining Attempt ca6f6b79dcf9bdfcd0f168067fb59df38e5d25254cfe068c72d12b1a35b10c39
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 767553ea99e5a8276c2aec4a7e3fa41ecbefbfc9494418d2139d0f9c2c4fc8e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,331
Size: 1.00 vMB
Total Fees: 0.09204088 BTC
Feerates: 502.67 > 9.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (558,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
356,317 356,317 0000000000000000157e1e61f621f2c63af671d0b5184e5b89b4836db29caecd 76 0.03/1.00 vMB 22
356,316 356,316 000000000000000011efd960a66b92c7ad09f781814691f541b25613a8b4b178 543 0.27/1.00 vMB 30
356,315 356,315 000000000000000006dfcad86c62a7cd121c84237325a5b0516f13431665c846 584 0.53/1.00 vMB 15
356,314 356,314 00000000000000000894e9467b5c6ce5d431311cf6955b0326cc53adce83c9ce 1,845 0.75/1.00 vMB 36
356,313 356,313 00000000000000000cf185ad4445855a8dfa05655a5d9a55acc979be40e86883 341 0.15/1.00 vMB 44
356,312 356,312 000000000000000006851400f7751554af3664bedbd20014cbe647f7a0957e5d 1,525 0.75/1.00 vMB 27
356,311 356,311 000000000000000016cb37ce45508aa6f063eff8ea2fd22251c9877c2861e7e9 232 0.11/1.00 vMB 24
356,310 356,310 0000000000000000046abd90a2058e8d0b3c0df047ea495a8030774d3d97ba34 1,272 0.70/1.00 vMB 25
356,309 356,309 00000000000000000d1b5db3a2aaba54c6210d3c3b317350087d2667801147b2 881 0.61/1.00 vMB 21
356,308 356,308 000000000000000013ac25d4cea11d81190d33f374e18e9e8e04c0390873057c 860 0.46/1.00 vMB 22
356,307 356,307 00000000000000000937e4ad2bd6c9fdbc6ab62815f2b3f789a0d9d835c91be3 1,121 0.75/1.00 vMB 35
356,306 356,306 00000000000000001538c0e0033790ed0ecd3108a1bc5b12b0b740654be32f8c 1,308 0.73/1.00 vMB 31
356,305 356,305 00000000000000000307c78baa7e82c43a9493087155aab9cab638d090439414 1,646 0.80/1.00 vMB 30
356,304 356,304 000000000000000008792c485a4d004c083350b36cc0c278affb67440dd8a419 502 0.28/1.00 vMB 26
356,303 356,303 000000000000000007fc734cbf1fc04c59cf7ecb6af0707fd5cf5b8d46dc4c75 924 0.45/1.00 vMB 51
356,302 356,302 000000000000000001bbbcc2d3c4f0b7708790f421b77513a5bf836a0e0a8136 1 0.00/1.00 vMB 0
356,301 356,301 00000000000000000103ff98e91fa5d9f39fb4b032fecc0d69f9f89f5f1c2ce5 199 0.10/1.00 vMB 25
356,300 356,300 000000000000000000b8a1b5f2e82280c61210ab8562c2d3b7cf328a40ce247d 234 0.12/1.00 vMB 26
356,299 356,299 00000000000000000880afbc23f0176372837c3edc9251763a4268edac280299 29 0.01/1.00 vMB 20
356,298 356,298 0000000000000000139861f705293aef7fefc3a6f73d5b20b12a8d32ece9e65c 752 0.37/1.00 vMB 25
356,297 356,297 00000000000000000b96484e45cffefb78416c27e1ed57b8a997c71ece026282 1,063 0.71/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.