Memory Pool Memory Pool Refreshing

9,919 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,375 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (473,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
433,875 433,875 00000000000000000101af9e6f9fcb5eb2628731b122ea9ebda16911d06cdbd0 1.00 MB 2,593 75
433,874 433,874 000000000000000001bb2df7fd58ff48189f90ed9f276f954a1b5877df8502b5 1.00 MB 1,063 29
433,873 433,873 0000000000000000027111d183dbcc5f8bda822d9b8f5514e105fbac4090a7ff 1.00 MB 1,654 42
433,872 433,872 000000000000000000d4c287e13ad663f9315b0a35e06c2c78a1e72a47efac0b 1.00 MB 2,117 60
433,871 433,871 00000000000000000172d59da02b0aa8953b9c6fbe9af2286a98d308e20d3076 1.00 MB 2,175 58
433,870 433,870 0000000000000000027954bc19b9d1bb27180a8c7aab66aa77cc39988a584998 1.00 MB 2,555 91
433,869 433,869 0000000000000000023507155fc1e4f5b677ab116cdbfc461287cb227febb0c6 0.64 MB 1,251 53
433,868 433,868 000000000000000002a9c03449f1d5310e7d564b26b628e8fdb2f8e9df79eb7a 1.00 MB 2,008 56
433,867 433,867 000000000000000002e43bbe8fb22525a53528744beb36451cce9eeb1e18a51c 1.00 MB 1,638 43
433,866 433,866 00000000000000000358ab92e7d8807c450ad14e45ec2864282c9de2bc75c702 1.00 MB 2,041 52
433,865 433,865 00000000000000000320df779c35f55da10bd2de042e4d83133cecd273c55b18 1.00 MB 2,585 80
433,864 433,864 0000000000000000022634aff1bb6d33e453c6c70a66949dd0a482fe86238103 1.00 MB 2,496 74
433,863 433,863 00000000000000000224e9aa295ef35ba3af0958e4a48117c666a2d13c90b837 1.00 MB 1,886 52
433,862 433,862 000000000000000002a75ae1ae4ca789acd88a8d479d7432a8d03f31981b5aa0 1.00 MB 1,551 76
433,861 433,861 000000000000000004229b87719fd5f4c129c29d7d2587a24aa0f10b6a5a422f 0.75 MB 1,406 71
433,860 433,860 00000000000000000038113bbb2386373b9101c6ae202a514b10035d9772a91d 1.00 MB 1,881 66
433,859 433,859 0000000000000000018373223ef306bfe5c285e0f5b2c6ecf380b3ee8325831c 0.46 MB 615 28
433,858 433,858 000000000000000003a17429e9cbd04813ccd53f66a41f5b594af95ba6b01788 0.75 MB 1,774 69
433,857 433,857 0000000000000000015ba8bcc49ead6e45d883288fb0ea0135853e28a957f1fa 0.00 MB 10 399
433,856 433,856 0000000000000000043eca618978ef35aff3dfe63f569450aec915a9dff90130 0.57 MB 1,173 60
433,855 433,855 000000000000000001b6bec53c15cc8e95bda00c089b4b1650c0c5eca7e7279c 0.53 MB 983 68
Previous 10 blocks ↓
Total Size: 769.02 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,624.76 GB sent, 93.00 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.