Loading Tool

Explorer IconExplorer

Memory Pool

79,088 transactions
29.30 vMB
0.09661261 BTC
Random Selection Loading Transactions
Max Size: 177.08/200 MB

Candidate Block

Mining Attempt 5b2a83dcbef53adec481f41c6ae1ca3157dbc4f269e12277175fa27dc153d2c1
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 308d77455f9a8bf8e5933d217c038703d2de07a09c73493b4148ad9e7fcf41c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,259
Size: 1.00 vMB
Total Fees: 0.03456422 BTC
Feerates: 150.62 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (472,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,073 443,073 000000000000000000e7b3d52d9d4fb133fa4a4ddc0c38d3157beb1e92ab58a8 660 0.46/1.00 vMB 54
443,072 443,072 000000000000000000ef556b93533e58ca84cbe36751d53ba8be0a2a0e2916c7 1,504 0.66/1.00 vMB 67
443,071 443,071 0000000000000000026fe01a03f0e3f940afd722136352c127868d9913c79237 886 0.48/1.00 vMB 64
443,070 443,070 0000000000000000025d7ccb986d16719c8f33d49d22a211bd1711fa58e2559d 1,898 0.78/1.00 vMB 79
443,069 443,069 0000000000000000015279f0c784ae18f2a76b4b47655c6543c504ea54f28417 2,068 1.00/1.00 vMB 64
443,068 443,068 00000000000000000245479967a0ea7743ca849cc667e81fedf279834f76ae20 2,372 1.00/1.00 vMB 84
443,067 443,067 00000000000000000325f26bf871ab3dc6b532fbe855f982e6bdf774fbf33ca6 1,198 0.49/1.00 vMB 74
443,066 443,066 000000000000000003210af14cb5e3aaf31212f46fe443a2b73b0e649fcfb3a3 474 0.20/1.00 vMB 69
443,065 443,065 000000000000000001a529f43e3bc08019114ed2bdee530d55266ce81c7abd77 431 0.37/1.00 vMB 37
443,064 443,064 000000000000000003bab28baba5e8f91124b47181a118a99ee082a70e0016b2 551 0.22/1.00 vMB 77
443,063 443,063 0000000000000000003c27221f5d3d5f5360792e39932ffaa58bee4f8f61eaab 1,358 0.59/1.00 vMB 79
443,062 443,062 000000000000000000e4fcfbe3d89c530b6f4af1755b9826fd04bfb91df9dd92 127 1.00/1.00 vMB 2
443,061 443,061 00000000000000000130a321f9c110fa3b8cfe756e503f77bb2fe258693d0642 2,364 1.00/1.00 vMB 75
443,060 443,060 000000000000000001fadc42b55578d620b0a2b388ecfbd228306f796772faf0 1,888 1.00/1.00 vMB 61
443,059 443,059 0000000000000000030599d3faf17902a7f40084488c081086587f3183c81ecc 472 0.34/1.00 vMB 56
443,058 443,058 0000000000000000016b81e45e44c9bbf79543af986a95f06df7d9fec94270b9 1,006 0.58/1.00 vMB 52
443,057 443,057 000000000000000002b2eee6c0f0ba35af64434a5ba9d4c8de8db3756c9af757 2,200 1.00/1.00 vMB 84
443,056 443,056 0000000000000000005fbb6698cd28fa2f697a7fa54a2b65dc51eda4fb81c9c0 773 0.40/1.00 vMB 61
443,055 443,055 00000000000000000227da47a84585025f8510e2e363b9cfcdf60968138e7847 2,171 1.00/1.00 vMB 55
443,054 443,054 000000000000000003a2b01bc8a15fc0cba9c4c56dd989f5c43716fb56e41237 2,348 1.00/1.00 vMB 84
443,053 443,053 00000000000000000141abddbab98cdb91246997aa21b2928f6cba34dfea6817 2,187 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.