Memory Pool Memory Pool Refreshing

5,622 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (779,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,798 128,798 0000000000002010232608be05c3638e0a937e007ea53098c1f98cd98ecc71dc 0.03 MB 50 808
128,797 128,797 0000000000000305f21ca0129d2fe158d2b54640d558ef9dc154747080a2a053 0.01 MB 50 3,053
128,796 128,796 00000000000001823bc16813c60628e9f38fe68c19440ce8b079ac4bbf1edee3 0.01 MB 33 612
128,795 128,795 00000000000003a9d09e922c826706740f80169eeee52cbba5b3d19304079e5f 0.01 MB 35 398
128,794 128,794 0000000000001ce6b835930bc8358b6d271dea0c5ba68821be30c92197dbf59d 0.01 MB 20 591
128,793 128,793 00000000000008355c464bf3f06b139958ba7f86da365a2728987f5c32130319 0.01 MB 45 2,331
128,792 128,792 0000000000001727c99c3508653952ba31e2bc63a011c003ba085a61e1269cb5 0.02 MB 63 2,161
128,791 128,791 000000000000082ca383f57f5250143c4d77034d2356a5693003168f2c1a3e2e 0.01 MB 24 432
128,790 128,790 000000000000154a429af35b2d1e8d17c8e6857efbef58826c605f051b2f0aa4 0.00 MB 8 0
128,789 128,789 0000000000000cd7a9ca8562e6c5b02e463b248f23a923202a9dfd1367755bcb 0.03 MB 78 443
128,788 128,788 000000000000042609f3e3019c323add9bdda322c82bb2215e8bfad3a4849841 0.01 MB 30 181
128,787 128,787 000000000000041f5f53df1e5d89f569beec471013ce2b49f4d1a9441c94a8b7 0.00 MB 8 2,131
128,786 128,786 00000000000019f40f3988872e82fe9a4e27eb89a71297756fc754182aa622fb 0.02 MB 45 488
128,785 128,785 000000000000207f94b3a9759a6dfb1e549bf771acb3d6838004e917cc3f87e1 0.01 MB 39 551
128,784 128,784 0000000000000457bddbcca498450c9ba36fc615352841218687f81f9819664d 0.05 MB 139 566
128,783 128,783 0000000000000f4b0aa11442a0970d3ca4b92acdaa06cb4fded59d8df301fd6c 0.02 MB 43 976
128,782 128,782 00000000000025b3146203fa94a6c79311f2de999bb080fa90b43146db15cfc3 0.01 MB 18 1,112
128,781 128,781 0000000000002299e9480b9bf9746703126e4f97138aa2f4f0d6e5a5d4ecf221 0.04 MB 138 8
128,780 128,780 0000000000000be9952db54619e20400e5c1a8c8520d79ac3824f2d53dfc1ebc 0.02 MB 26 1,679
128,779 128,779 0000000000000f86d1e2502c5b25db61b49d6990f879fd171555b15b234847e7 0.01 MB 38 88
128,778 128,778 0000000000000ed97e0df8e1d7256597919c39f4763a3b5a3277ca792305aec5 0.02 MB 41 1,083
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.43 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.