Loading Tool

Explorer IconExplorer

Memory Pool

89,492 transactions
33.23 vMB
0.14926856 BTC
Random Selection Loading Transactions
Max Size: 199.84/200 MB

Candidate Block

Mining Attempt 48b92280ebd6be85aedee64344b56e6cc36bece1ab5ad3dcf3c770515c59ab6f
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 8b50e29a30c472e1123fca0366c236214347a8986ccb10664a5ce59b6d761778
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.05759975 BTC
Feerates: 627.82 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (417,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,716 497,716 00000000000000000031b42f0f22c714fcb0b64361d762b201e4647b7fb11e23 2,641 1.00/1.00 vMB 127
497,715 497,715 0000000000000000003d99a8731da601756cd031ce58fe3ee679a9d0763287fb 2,636 1.00/1.00 vMB 103
497,714 497,714 00000000000000000092ec209a629b28a972b9dcaa2a48c126641d49340c2e01 2,597 1.00/1.00 vMB 100
497,713 497,713 000000000000000000a825ff6199f3c7ec30d229ccb6a8730d8aa5f9e608d105 2,298 1.00/1.00 vMB 133
497,712 497,712 0000000000000000001039aa93b0ee0c44fc8cf78448cc5879613113e80e659d 2,541 1.00/1.00 vMB 127
497,711 497,711 000000000000000000c0fca8a7cfc91d8325f09961ccb0c514bc1fa48bf54148 2,132 1.00/1.00 vMB 156
497,710 497,710 0000000000000000009eb88db465c9f061945cbeda4b9761916b5bb036ff907c 1,851 1.00/1.00 vMB 48
497,709 497,709 00000000000000000028cd5e66afa4377336396ab5a308b21176571617cf70ac 2,134 1.00/1.00 vMB 60
497,708 497,708 0000000000000000002e24d14159c7c1831e9abfb2f594a3f380cedd11f511a8 2,598 1.00/1.00 vMB 132
497,707 497,707 000000000000000000c82a543b032de9f3b7dd4aa2868011290a2b16e993840d 2,414 1.00/1.00 vMB 106
497,706 497,706 000000000000000000cb0cd4be97bc2575d3a5032fdd3a11f7ea79e3da54205b 2,758 1.00/1.00 vMB 97
497,705 497,705 0000000000000000008735f655ff8855289828f04c8cfe7ee32739f1876085c7 2,628 1.00/1.00 vMB 65
497,704 497,704 0000000000000000007ac6ca884cded35bb729b36a14ccf6b28fb96d9146409c 2,672 1.00/1.00 vMB 108
497,703 497,703 0000000000000000002f22baf321f932566d9f36d9cc50cd07798bc6c170adf9 2,597 1.00/1.00 vMB 86
497,702 497,702 00000000000000000018f8942046fb4ad288dd6290205a97adb489052ea3df7f 2,531 1.00/1.00 vMB 122
497,701 497,701 00000000000000000042688bdde7f42a77ba7d4ca98713db074aa6c50b9823a9 2,312 1.00/1.00 vMB 116
497,700 497,700 0000000000000000002a571d49dcc8dd4b01216192718e785badb94562484847 2,630 1.00/1.00 vMB 124
497,699 497,699 00000000000000000035c8ce1351f00307e6f9646ee00a74aae5cc85c6a9fa7a 2,591 1.00/1.00 vMB 139
497,698 497,698 00000000000000000040ce98524edeecb49f3c7c0fd8114f8c4f6c306b3a66a4 1,906 1.00/1.00 vMB 146
497,697 497,697 000000000000000000b3b5d64a6a6b7e0c4d82963ae05d37190087f231797d24 1,971 1.00/1.00 vMB 157
497,696 497,696 0000000000000000000e3282f5b1336f4a78dafdecf9b8908bfe4651baed9e69 2,218 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.90 GB
    • Received: 15.62 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.