Memory Pool Memory Pool Refreshing

3,284 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,653 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (112,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,709 795,709 0000000000000000000081ea78ab0b4555604b5cf8964a2bc93a3a66395c01f1 1.62 MB 3,679 33
795,708 795,708 0000000000000000000502ac8898f85e3ad755edbeca37886214097409c7f8c3 1.78 MB 1,841 18
795,707 795,707 00000000000000000000521deec3c506acab8d59d56ea28a5afc977b61ff043e 1.99 MB 3,271 18
795,706 795,706 00000000000000000001934a583d292c9962c3d5a4d4adbf4f7c901bd964d505 1.79 MB 1,061 15
795,705 795,705 00000000000000000003e789cec8d6492fab46d518e4d25509c2dc7ae23bd41a 1.76 MB 3,806 23
795,704 795,704 00000000000000000001ae20039daa9acdada84de88b6e3d54e6d0e891aa62fa 1.71 MB 3,122 21
795,703 795,703 00000000000000000003d75f4416211b850e7ded03ea8faf0e008fda6ce9b81a 1.62 MB 3,298 37
795,702 795,702 00000000000000000003c76a8150e35f2996d9e085be60150aac456dc8aef610 1.97 MB 928 15
795,701 795,701 00000000000000000005172dce10cf42f2d3f8937e91bf330c3c8da7d5b3d799 1.94 MB 2,386 20
795,700 795,700 000000000000000000024ed881de9443facc50dc27dc4c36b14a71802a94226c 1.85 MB 751 15
795,699 795,699 00000000000000000004c4a514ba91bdd68c8c783c2239626e13a1e42dfc2573 1.60 MB 2,138 24
795,698 795,698 0000000000000000000013275bd03c9b8ed17d1c95b065c41c3cc7b679699732 1.67 MB 3,642 27
795,697 795,697 000000000000000000051b83b9478da79f6419bccd45e3e6e2c7c4a241eb0a8c 1.72 MB 2,963 13
795,696 795,696 0000000000000000000222eb2dc56493328a08b0c4072159fbdb2dfdbf6b2ff5 1.83 MB 2,828 17
795,695 795,695 000000000000000000035c84cf7ede87ae3b849417b1aee1a0b29bcb550b90a1 1.77 MB 3,743 30
795,694 795,694 0000000000000000000436d5343f19960df2ad3cf57559347ef78196051c7bdf 1.78 MB 4,047 23
795,693 795,693 00000000000000000003d674ffe13542bc9fb6609f1d3614c696160ee7d86290 1.62 MB 3,255 36
795,692 795,692 0000000000000000000183ed0c2b0445b57a1220e906b50753ca8b52ac573603 1.71 MB 2,962 21
795,691 795,691 00000000000000000000099de0292c3e0c63ce4d352462d655feb2c5c6fba121 1.76 MB 2,920 24
795,690 795,690 00000000000000000001a3b548b23c42201f25621ad4f8414bd010c8ed62e4c9 1.57 MB 2,301 20
795,689 795,689 00000000000000000003f1a144137fc7ad79fd31c2104d93e5117e4d39d06bce 1.55 MB 3,030 41
Previous 10 blocks ↓
Total Size: 769.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,643.47 GB sent, 94.69 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.