Loading Tool

Explorer IconExplorer

Memory Pool

50,982 transactions
28.91 vMB
0.11663025 BTC
Random Selection Loading Transactions
Max Size: 154.65/200 MB

Candidate Block

Mining Attempt 1ed9d80d892e8c9a19456e24e03c55af80702a15db7d458a7e3b2f984a1a59d0
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 84ee308c41cb05481011f71de62ebf75c0c1600eb913011ba7f0aeae3c27fa5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,999
Size: 1.00 vMB
Total Fees: 0.05271904 BTC
Feerates: 500.00 > 5.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (224,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,859 689,859 000000000000000000062f0e3c8e1d19da7647e7077355c25f4507f456290bbc 1,168 1.00/1.00 vMB 71
689,858 689,858 0000000000000000000f6e40e59afbc0f8e19c8cc09c3eeac3e120dc57c6f1a5 1,932 1.00/1.00 vMB 96
689,857 689,857 000000000000000000113b7fcc4898755882dd999e972c3be195298a5d4c74dd 1,474 1.00/1.00 vMB 25
689,856 689,856 00000000000000000008f49122ce0da8f5087af4851977e347d5722fc05fd7e7 1,209 1.00/1.00 vMB 17
689,855 689,855 0000000000000000000ea9f5e0b84ca78f2346e79b87d9f0652695391cbf9a6e 846 0.31/1.00 vMB 39
689,854 689,854 00000000000000000009051f574c38e261e77cd9f38f36d03581a95b18b0a7ab 261 0.11/1.00 vMB 48
689,853 689,853 00000000000000000000abb09639906cde72782bed7d4c844d1eb0e6e4e547c2 1,224 0.59/1.00 vMB 43
689,852 689,852 0000000000000000000d7154831005a6aeb1382d11a4f8ca267ae010b878bf9b 457 0.20/1.00 vMB 46
689,851 689,851 0000000000000000000652f888366728ef65f0c8a581573dad597913a491c9a6 2,058 0.96/1.00 vMB 10
689,850 689,850 00000000000000000008601a41cbb26947d8501be1ec302b84a2c302d6aa77a9 2,104 1.00/1.00 vMB 69
689,849 689,849 000000000000000000116aa37f74a433b98c928f0e3d9da9e260317170f42605 697 0.41/1.00 vMB 44
689,848 689,848 00000000000000000010431e8b5c7de672f9a76eb9a6f2b86384adab396e6709 241 0.16/1.00 vMB 40
689,847 689,847 00000000000000000004eac0187c269da4e56c56169b7884b7610946cce51f5d 1,096 0.52/1.00 vMB 36
689,846 689,846 0000000000000000000f080a4732ccb6e865be24a8f719626e26c08a5775390d 2,656 0.95/1.00 vMB 3
689,845 689,845 0000000000000000000860447566d1a09a48f95dc0c0e0d8f6ab461b5db8614d 452 1.00/1.00 vMB 10
689,844 689,844 00000000000000000010879462655c73b2b79b13447f3691306dab3d326a0eb5 2,309 1.00/1.00 vMB 53
689,843 689,843 00000000000000000004a8bbcc2c8c50b2a6e378c8b56e2cebe59255a5431bd2 1,535 1.00/1.00 vMB 56
689,842 689,842 00000000000000000009147511045b89397d59d98a98cd283da426eecabd38d0 964 1.00/1.00 vMB 81
689,841 689,841 000000000000000000084cf99aeba0a85b98943b839d8400aca0f904a9155b39 2,463 1.00/1.00 vMB 53
689,840 689,840 00000000000000000006f52863300ab70c8fccdcaba4f8cbfe7380276b6172c1 2,809 1.00/1.00 vMB 73
689,839 689,839 0000000000000000000bdf253322e4f1d2bb2aa77ac88cc220efd1a1da9cd8d8 219 0.09/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.01 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: 649.51 GB
    • Received: 13.18 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.