Loading Tool

Explorer IconExplorer

Memory Pool

15,655 transactions
7.10 vMB
0.02172318 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.84/200 MB

Candidate Block

Mining Attempt 9df69b88897b8a53679cdea079082659107637c1f3f3751c50dfe652b9ec249c
Version 20000000
Previous Block 000000000000000000003e759a1225e40c86bd401caf3574c16364633de89ba8
Merkle Root 59f2b767d83d772857da9bc7ad63af8600caf6ecc7b2b51604f9cf294a75e478
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,029
Size: 1.00 vMB
Total Fees: 0.00812484 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,442 (806,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,980 106,980 000000000000ca6ba1612275098e805b4e786a6db858f8f1457095a45789bc19 1 0.00 vMB 0
106,979 106,979 0000000000025777cd1aca11ad3b76ea9d68b0c8097183459b4eee811fc4540c 2 0.00 vMB 0
106,978 106,978 0000000000006f189f8727d3cc8290ad9da95d9382119dc6fbd6e426ecef8002 2 0.00 vMB 0
106,977 106,977 000000000001f7d821b7d364a477c7011e658d0f3cfa0dfd1198c98fd35f9d4c 1 0.00 vMB 0
106,976 106,976 00000000000007a52b6fd1b2a1fd10d5e5732e465309b5ae1af80ecb4968d754 1 0.00 vMB 0
106,975 106,975 0000000000017de2686042d1b5bba6a114a466353e7b6bedcb303f1fbf019461 8 0.00 vMB 0
106,974 106,974 000000000001fb3b529e055004bf331bcc92665a7fb76719fe9ced330c24aa51 32 0.01 vMB 0
106,973 106,973 000000000000b776d67a015a295a8595ec1f13679c1cc0805e22ba89bd6cb60c 1 0.00 vMB 0
106,972 106,972 0000000000024c868912e70d7231c3a53393b5bb403ddc661d324634b09c8986 3 0.00 vMB 0
106,971 106,971 0000000000012fc24f39fc211264057d70caa78f44268a1a292fdf617eacf474 4 0.00 vMB 0
106,970 106,970 00000000000013a909de6acf8e0c3147b783b95c704c6548385ac783f658d3ce 6 0.00 vMB 0
106,969 106,969 000000000002318a5d4638978c68d055439fcbc036649bcb777a5b90010464e3 6 0.00 vMB 0
106,968 106,968 0000000000025833be7974b6b39edc16edc0dd0ef2b692f69196c5e401fdfadb 6 0.00 vMB 0
106,967 106,967 000000000001c1e037cc0b15d4646238589f0d70fc76e078968ec5fa8af164c2 20 0.00 vMB 0
106,966 106,966 000000000001055f5c5e2a784cf772358889673790939a089f47e2220637fc7c 4 0.00 vMB 0
106,965 106,965 000000000001dda5d4f407d71257654ec8b3792d55241a9091abcf7d8c4b5aa2 1 0.00 vMB 0
106,964 106,964 00000000000245f4f2c1aa1837d92d80486826d509b772378158c9bbe33e732e 6 0.00 vMB 0
106,963 106,963 00000000000112149613bb454b555a019ee287a91fbe2afac91c567a951452b8 7 0.00 vMB 0
106,962 106,962 000000000001cbdb5f453998fea1461040236058eefe105edf9fac6928a6ecb6 20 0.00 vMB 0
106,961 106,961 000000000001e139b6c48a50a0793e9dc0deb51421d3051648d814739ec45e6f 1 0.00 vMB 0
106,960 106,960 000000000002218e8e053e4fd10815ae09140c3af36ed7e0545b85d80d016562 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 304.51 GB
    • Received: 1.40 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.