Loading Tool

Explorer IconExplorer

Memory Pool

46,694 transactions
28.75 vMB
0.10672787 BTC
Random Selection Loading Transactions
Max Size: 149.37/200 MB

Candidate Block

Mining Attempt 2562679c9aa50c3c1bfffab7bf123ecfdd805efe435895866d38526e5f54cef9
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 5e19eae6c98b4ec234cbed49a98c377960aaae3c0d6302a229dcf424c07ea2c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,843
Size: 1.00 vMB
Total Fees: 0.04133191 BTC
Feerates: 444.31 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (799,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,788 115,788 000000000000e8454c24aa6fb72aafcf220c32c9e1df2f6182fe8a5fb1bf1bdc 29 0.01/1.00 vMB 74
115,787 115,787 0000000000001b1f1fe7fad4266d94b7056a70092b92ccaf2eddd7f35f5f741b 31 0.01/1.00 vMB 543
115,786 115,786 000000000000d9f7eb822f62e15cc34cfb1b1852424aadaf37acbeef56491c71 9 0.00/1.00 vMB 3,030
115,785 115,785 00000000000014c4209b8f23560afabfebf7f68958108f2899882e990e57133e 6 0.00/1.00 vMB 0
115,784 115,784 00000000000037f9f0ccfa5acf81a9445f12f87e5a94940fa5d769b393247ec4 9 0.00/1.00 vMB 683
115,783 115,783 0000000000002a45f669a5f0abb79d567837cbc1c71282d8b5c131b67b4a4988 8 0.00/1.00 vMB 528
115,782 115,782 000000000000d544b771fd555b589df58ef16725af89fb80c946fc1d97ab5eee 22 0.01/1.00 vMB 601
115,781 115,781 000000000000acc514054406e284021d72273c0c9a17d04b52577a3b6b360f64 1 0.00/1.00 vMB 0
115,780 115,780 000000000000e794694f85e89f26db77eaa666e8fdb2c23ccf8a9d504a85077c 10 0.00/1.00 vMB 0
115,779 115,779 000000000000614c18126d55796ecb749df4d76698940d3488e965ecd4f7667c 12 0.01/1.00 vMB 531
115,778 115,778 000000000000223428f6edd75f3482d3c5f0b65e9ecf035ad8bfff74ed458355 9 0.00/1.00 vMB 650
115,777 115,777 000000000000ae3bfac1b3301cc3e028e209bc6205c616a09b9d91ae061fef5e 10 0.00/1.00 vMB 715
115,776 115,776 00000000000096f8d6da4e1677f4e281a469029468bf26ece952c05a59b8b52b 3 0.00/1.00 vMB 0
115,775 115,775 000000000000bea6c434e1b877376780839a75fb9d06f520ed6a1c316a87a1c4 21 0.01/1.00 vMB 770
115,774 115,774 000000000000908b7d645bf0440969c1e7245e3644076369df446e22039e2e78 9 0.00/1.00 vMB 1,608
115,773 115,773 00000000000001bee8830ac12c80166a918f80633ce0231862ea1e2c73213e23 10 0.00/1.00 vMB 716
115,772 115,772 000000000000d474ce6089b9a157fa7c2c2efbd2c7e54ca83e401e1772c38a31 12 0.00/1.00 vMB 1,221
115,771 115,771 00000000000087b286e92abcc38e25cc98ee139d3b234b45eb4be240378a4c5e 10 0.00/1.00 vMB 633
115,770 115,770 0000000000006533e0623f2433dd5e676d89ecc6957eb97025ca9dd7d7d85bce 14 0.01/1.00 vMB 1,392
115,769 115,769 000000000000bbc08ab127644c334c5a2527a55426e2864b6a515ac8e37d8c3f 7 0.00/1.00 vMB 582
115,768 115,768 000000000000b28a3e5368e974fb51336035a2a3dfd87cb59917a50cb640ec92 6 0.00/1.00 vMB 579
Previous 10 blocks ↓
Total Size: 782.25 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: 655.40 GB
    • Received: 14.30 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.