Loading Tool

Explorer IconExplorer

Memory Pool

41,763 transactions
28.87 vMB
0.07140535 BTC
Random Selection Loading Transactions
Max Size: 148.09/200 MB

Candidate Block

Mining Attempt ecb0d31634de73c1d0773913ec85866faba8157e8bc6f3f48a0379099b42fe95
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 074689b7d4f349d5045b8c5e940cd01064bd0547377866252611ebf432a4b30e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,304
Size: 1.00 vMB
Total Fees: 0.01523139 BTC
Feerates: 100.19 > 1.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (333,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,965 580,965 00000000000000000020baaa1796d87bd84fdfb150d9dc87bbf4c4e6b4e287b3 2,191 1.00/1.00 vMB 47
580,964 580,964 000000000000000000032eab876050ff9a5cc0a3eab08c6d02c8ae916b153cdd 2,106 1.00/1.00 vMB 85
580,963 580,963 00000000000000000014bf1693dfb2493e0b32ac00fbdb96f04c4d3c2add197e 2,638 1.00/1.00 vMB 24
580,962 580,962 0000000000000000000f28b0338cf1ede3d5c8f32a5cb85cb53b553449001c0a 2,382 1.00/1.00 vMB 32
580,961 580,961 0000000000000000000688cdb5544580a0b41084d357c293ca5fae2ab9e08e7c 2,200 1.00/1.00 vMB 63
580,960 580,960 00000000000000000001929b8ae0c0b438178c316713afd5f875616cfd74b99b 2,175 1.00/1.00 vMB 94
580,959 580,959 000000000000000000205acd837aa4abab468a2c564127de68b8e3f56b14e3d9 2,258 1.00/1.00 vMB 57
580,958 580,958 0000000000000000000f9d079cd1613e0cc3d22532efc6094c195eb6e3c1f90a 2,496 1.00/1.00 vMB 71
580,957 580,957 00000000000000000005e4f04872e4f37de2f9d9a569491759dceae51bb436c2 2,629 1.00/1.00 vMB 92
580,956 580,956 00000000000000000010e5b0798add5e5d769fcd8ec406b4d8dfd1b7805da14b 2,030 1.00/1.00 vMB 60
580,955 580,955 0000000000000000001ec89111d51e07d8766b5b50f10bbab459376790636d21 834 0.27/1.00 vMB 39
580,954 580,954 0000000000000000001b118d4fa59d98090471e1eb27ea347bd0167b25f11009 255 0.11/1.00 vMB 61
580,953 580,953 000000000000000000182eb6040f8d199084565acf05a2ab3f68edb28b5ccc5a 1,974 0.89/1.00 vMB 7
580,952 580,952 0000000000000000000727ace452144287698b4376cfefdfa79221402f194034 2,269 1.00/1.00 vMB 27
580,951 580,951 0000000000000000001bc04f066e8d4f82e17606d65d2bb2c98c1a2c1d385b4a 2,316 1.00/1.00 vMB 84
580,950 580,950 0000000000000000000eba447901aa1c7db96238aafbce5974488cb3982ac938 2,595 1.00/1.00 vMB 88
580,949 580,949 00000000000000000022b5071d89d81f7cdca1bd8d161e5bd09963c572ee698a 1,229 0.47/1.00 vMB 56
580,948 580,948 00000000000000000021668b9bb7d3085a215da9846070d59b9a96c4bf376b5a 2,222 0.76/1.00 vMB 44
580,947 580,947 0000000000000000001041d0b8e977a9492add7b1a8b6a06a70e714e8f3fcd83 1,175 0.36/1.00 vMB 19
580,946 580,946 000000000000000000177716b2f94501698e0717f2c6599a819a3540c86acc7f 2,064 1.00/1.00 vMB 66
580,945 580,945 00000000000000000024e375f9f9e3b81d80123b0259b32bfed0b6867bfa0271 815 0.30/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.