Loading Tool

Explorer IconExplorer

Memory Pool

43,835 transactions
27.17 vMB
0.06148942 BTC
Random Selection Loading Transactions
Max Size: 143.41/200 MB

Candidate Block

Mining Attempt 834bad548468f3a6c480b9181c2d952c3c916637ee6c17bbf1c1763930c5ae49
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 975b535bd004d1a5bcb65e5fa0933d7fbfc12cd64618609b1e7544c0c2b1aeca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,501
Size: 1.00 vMB
Total Fees: 0.01078533 BTC
Feerates: 200.99 > 1.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (568,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
346,601 346,601 00000000000000000ca71ce05637c6ade417f28a2056bfef9c5b4451b94a2841 512 0.14/1.00 vMB 51
346,600 346,600 00000000000000000e63ccb5cfa90b0410220f1ba5b464beec911353734546a5 953 0.34/1.00 vMB 40
346,599 346,599 00000000000000000a086238578c9b433f58e1304a345e5ef3442443fef37bae 374 0.15/1.00 vMB 30
346,598 346,598 00000000000000000c784b86c148c66ff44bbb8579b5930a4cf633b1c6e799a8 1,506 0.75/1.00 vMB 25
346,597 346,597 000000000000000011f1f191b628cd0794bd6777f889f18bf52c5e39b0d6189c 1,642 1.00/1.00 vMB 21
346,596 346,596 000000000000000014ad095c1407dc31b6621066f8ef1ebb5e7aff56db11dbe0 1,154 0.35/1.00 vMB 45
346,595 346,595 0000000000000000092ee898ffaf06f3a2551f5636084bdb561bfc416e3cb186 405 0.50/1.00 vMB 12
346,594 346,594 0000000000000000022cf76736cf4a68366cbe9b91163aad8a2351445964a76b 1,873 0.75/1.00 vMB 33
346,593 346,593 000000000000000001a0bcc5e89a9d36ccdbafbdba99f73856312f39ab24dadd 492 0.36/1.00 vMB 21
346,592 346,592 000000000000000014a8b60a647895d0f53b70258a6318344d6abe890ace9a70 774 0.43/1.00 vMB 24
346,591 346,591 00000000000000000436c5990dad309604fbdd4c73d96058819fd1dc3e6e11fe 959 0.47/1.00 vMB 25
346,590 346,590 00000000000000000c21731f8ba3e43264b0c515c2654b727d1f7a20eaf5e0a4 1 0.00/1.00 vMB 0
346,589 346,589 000000000000000009e5585b4262f8de2915a3c1c90e536cc16330f1035f6808 64 0.02/1.00 vMB 55
346,588 346,588 00000000000000000be3feeb62c0edea645fdcac6aba3af5ed50b30f263c2292 610 0.30/1.00 vMB 26
346,587 346,587 000000000000000009fe7a2dc64f95ba033bfab249cbd4343e09f99d4b101844 812 0.39/1.00 vMB 21
346,586 346,586 0000000000000000119f56ffb43faf9270e2e9b8a5ec8bde97d37c69d27e5cc3 896 0.75/1.00 vMB 17
346,585 346,585 00000000000000000c6e5856b0de4c917d7453466d02aad373d9a7a322337c1e 512 0.31/1.00 vMB 23
346,584 346,584 000000000000000001fa6a1df64352b23d124441e60721affb893410d4474f82 1,671 0.75/1.00 vMB 30
346,583 346,583 000000000000000012ae72cd189d3d52a75061ee8d188e53c75e9c6e569d22cb 128 0.05/1.00 vMB 31
346,582 346,582 000000000000000004eba35945c5476707d2ef138f2a07d144998ca98c9852f7 822 0.75/1.00 vMB 16
346,581 346,581 00000000000000001705886f2a08a0f9da6e1061f8d426c463cb285de2c5336a 1,257 0.75/1.00 vMB 26
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.43 GB
    • Received: 14.31 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.