Memory Pool Memory Pool Refreshing

8,687 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (174,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,711 733,711 00000000000000000007ad2ecdc017590698eaedda39d9cfeba13a24c93cca31 1.57 MB 2,551 12
733,710 733,710 000000000000000000091e891438bb448c483e6b9ca0f29ad7ae0da80c536dfa 1.53 MB 3,262 14
733,709 733,709 0000000000000000000752c7fdc6667091bb0a794c4ac6fe08fb2dabccb88a93 1.39 MB 2,925 21
733,708 733,708 0000000000000000000448234f1bf93f2d8d20692544c1cee5dc43ee9fd85b33 1.71 MB 951 2
733,707 733,707 0000000000000000000884523bc829c1e2d7f30b03576a74590f9b770c7ec892 1.50 MB 2,485 8
733,706 733,706 00000000000000000005fd8217f3cd828b0686a0cbc132ee7c633f9e71a5b889 1.67 MB 1,874 3
733,705 733,705 000000000000000000092b57cd37117af0b82f433ae6e49d16d41608ff05e378 1.73 MB 1,790 3
733,704 733,704 000000000000000000098ad1150b368fa39a8176851f379f5326ecbc9788663b 1.49 MB 2,401 11
733,703 733,703 00000000000000000007e45bf21dbe19461f1ebd7de2ace35d0c542ad689d05d 1.53 MB 2,232 4
733,702 733,702 00000000000000000001f782dd6c53286850bb58b2bf6ec7a2008fab25cdabab 1.15 MB 676 5
733,701 733,701 0000000000000000000195650cc9af1667480e87b61c35ab8fa611d6a75cc0b1 1.30 MB 1,137 11
733,700 733,700 000000000000000000044d746618d93d6d2568ef6d5441264703455a714b94de 1.42 MB 3,284 6
733,699 733,699 00000000000000000003410b41190a300fa4d3e4c4963c59ac023e2677917aaa 1.32 MB 2,239 7
733,698 733,698 00000000000000000000e3418f818b84bb10a9a758b9c1b689964a47c5ebf0df 1.54 MB 3,446 6
733,697 733,697 00000000000000000009a5be978dcca7f04400378a6269ef7e9108b4b5483558 1.47 MB 2,974 8
733,696 733,696 0000000000000000000492c4ff4fa5f8f1051090b586372b2e7524bfcfd12ed2 1.45 MB 2,985 14
733,695 733,695 00000000000000000004240d499f9e6843af17d8779a86de8874fac2c777c0d2 1.15 MB 697 8
733,694 733,694 00000000000000000002555ee855f0242ea37e5da7aa126771a5765b63c9d133 1.56 MB 2,767 10
733,693 733,693 00000000000000000009e6e380e497456c2ad814bc87e02bd6ce7ffbdfb56db3 1.50 MB 2,926 20
733,692 733,692 00000000000000000004f0442ed6998a4a07c45ac1745b3da583a50b074728e5 1.35 MB 1,231 9
733,691 733,691 00000000000000000005e83bbcd2212be6cca00bc5cb63671b1397bef6281e78 1.46 MB 3,364 17
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.