Loading Tool

Explorer IconExplorer

Memory Pool

79,474 transactions
29.65 vMB
0.12650781 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt d7942c97d33b56e3a371b20ca1a9d56fa808decaffc9bd6efa9538f78effec11
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root d62c7647ea6238f82ff7c04a946c7bebcf20c8c04efee7cdd8d8115213e7a284
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.04531003 BTC
Feerates: 198.58 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (455,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,531 459,531 00000000000000000104396fa397fbe7e407bfcce2cdc8018113bcb9b251d4b7 2,363 1.00/1.00 vMB 170
459,530 459,530 000000000000000001eca3f23af81e72facb02c15718848d0245f2c894550024 2,373 1.00/1.00 vMB 184
459,529 459,529 0000000000000000002e1cb3940e8aab95c941b155b020462d25e6cd726ed3c3 3,402 1.00/1.00 vMB 129
459,528 459,528 0000000000000000022b9d2907353df396729353d19e3ea79a89afad1b05e308 2,736 1.00/1.00 vMB 120
459,527 459,527 000000000000000001e98bde3f0de2e2b365f827f5bc5dd4092b272284e68fb9 2,093 1.00/1.00 vMB 136
459,526 459,526 00000000000000000036110290793b136907e959eee4fa64f495414235deabac 2,370 1.00/1.00 vMB 187
459,525 459,525 0000000000000000016555fcc3af27425952926d1485e0267cdc2f3c29fb2986 1,943 1.00/1.00 vMB 147
459,524 459,524 000000000000000001f775fbdf5d353a6cabc05275b79041db5e85cda6c64073 2,857 1.00/1.00 vMB 162
459,523 459,523 0000000000000000018023d21d56647fce85a6194dab9d4096f7af8b7aecf2cc 2,449 1.00/1.00 vMB 137
459,522 459,522 000000000000000000c7fbf569da845b7a319dd4e970f6ae201c0d8748cdfeae 1,545 1.00/1.00 vMB 174
459,521 459,521 00000000000000000108fe08f0ef842e41910634eb6ea2ec8e8fbcf3fde1aea1 184 0.10/1.00 vMB 132
459,520 459,520 00000000000000000197336e00f350555009fa113902211b0d3cc82750d28afc 1,642 1.00/1.00 vMB 137
459,519 459,519 000000000000000001c8316a8936a0a48f25b44b36c9152a43644acc99372161 2,041 1.00/1.00 vMB 157
459,518 459,518 000000000000000000f62ee2e1fd17d6c815f2f19efbb7b4e0272517db0f7915 2,331 1.00/1.00 vMB 180
459,517 459,517 000000000000000001588af3655031197f9a2da3fa2c159dc3d966300ee1f33d 2,935 1.00/1.00 vMB 221
459,516 459,516 0000000000000000004afdcb2c5143f81106e8c49db8a3c770ee89d209987c9b 2,789 1.00/1.00 vMB 229
459,515 459,515 00000000000000000040b9123b0e075c46395da59e205e9a918460226fe7a76d 1,876 1.00/1.00 vMB 224
459,514 459,514 000000000000000000311ed8f4db59612748ae6ca2ad6694a9f7d80286212c71 2,444 1.00/1.00 vMB 253
459,513 459,513 00000000000000000044327f8e8116edb3432399aa886dfd151572c7b11aa432 2,445 1.00/1.00 vMB 170
459,512 459,512 000000000000000000b72d0ff343caae04078cacbe41538a93eff0cc04ad3f75 2,110 1.00/1.00 vMB 154
459,511 459,511 000000000000000000eee4f43812f9f2e300bb9b8ae25f8df1bafc73aa421d14 1,758 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 782.86 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: 712.96 GB
    • Received: 17.25 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.