Loading Tool

Explorer IconExplorer

Memory Pool

75,089 transactions
27.69 vMB
0.07607058 BTC
Random Selection Loading Transactions
Max Size: 168.82/200 MB

Candidate Block

Mining Attempt 5224c80f52d9ecea327466b8df7eec1b19ddfd44c7057145dcdd03224e5e3aa1
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 6c30c6e4d66f4f96b3e2eb9235cc99c85b551b0c0faa873feaf672b0b5d9392e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,071
Size: 1.00 vMB
Total Fees: 0.01683559 BTC
Feerates: 100.35 > 1.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (234,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,019 681,019 00000000000000000002cf96cb22f083f6993db5a8fd63aab7934547aa6496b2 2,590 1.00/1.00 vMB 159
681,018 681,018 00000000000000000003c6c2ba7da173713bff601ab0870eb7c2d9167474b099 1,138 1.00/1.00 vMB 154
681,017 681,017 0000000000000000000a1b0eb52fb8413a5c908d367ae24fad9834cb838f7011 2,846 1.00/1.00 vMB 188
681,016 681,016 00000000000000000002ca07309d423d760433008804a0141bc97e2165fa51ad 3,050 1.00/1.00 vMB 155
681,015 681,015 00000000000000000000f929e8942b9387af8e236a72c6875b70c37cc9c8431e 1,796 1.00/1.00 vMB 64
681,014 681,014 00000000000000000004a34dc551d83d3563ede4b47a446d8d4474f5ad77a885 2,491 1.00/1.00 vMB 133
681,013 681,013 00000000000000000007c9c7f109b24486b414041264a4089c29bfea672ffd59 2,055 1.00/1.00 vMB 95
681,012 681,012 0000000000000000000971d14dbebdfeff552b5eed5eae817a8f5cb772243dc2 2,126 1.00/1.00 vMB 47
681,011 681,011 0000000000000000000a505a587fccaa7a092378ac96ff49c559baa391af5583 2,672 1.00/1.00 vMB 110
681,010 681,010 0000000000000000000ad92a36dcdd25e92297b0ab425d8164b85cdac07d9903 2,144 1.00/1.00 vMB 96
681,009 681,009 00000000000000000006d96365bb67c08109c10983d7e14078c7ef5243de7295 2,782 1.00/1.00 vMB 135
681,008 681,008 000000000000000000080309e5ca9e6e0c96e6ee921d8fc2cbe2c1951a8a03ab 2,266 1.00/1.00 vMB 135
681,007 681,007 00000000000000000002a95c0dcfa0f879a51b1c3f1d2e4853dc02f33178d401 1,589 1.00/1.00 vMB 161
681,006 681,006 00000000000000000005ca1f29ab28c1c5603270e22e3d92bc526807984569ec 755 1.00/1.00 vMB 161
681,005 681,005 0000000000000000000a7db17a480769959fd494645dac6fdf7bfb296e4185b8 1,550 1.00/1.00 vMB 165
681,004 681,004 00000000000000000006dcce8926d3b9502736fc1a3bc4d88b204ad5a173fe14 2,602 1.00/1.00 vMB 65
681,003 681,003 0000000000000000000b8236b656341f4bb8b751ba939ebd41641fda3bae11c7 2,292 1.00/1.00 vMB 118
681,002 681,002 000000000000000000090b5f2f149ec7dd3b80f1ac1ae0975868142442a733e9 3,401 1.00/1.00 vMB 180
681,001 681,001 00000000000000000007e9220ef7e4913495c39899da6cb17213f39b50e5d90e 1,850 1.00/1.00 vMB 46
681,000 681,000 00000000000000000001b9e7f67b9cd2572d6f01d189bcef4c93cb4570bf1ee7 2,928 1.00/1.00 vMB 158
680,999 680,999 0000000000000000000289b940764c8f2e15b0c672e23de868edf7e6d930c824 2,701 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.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.