Memory Pool Memory Pool Refreshing

5,443 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
2 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
908,166 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,035 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,165 (750,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,847 157,847 000000000000005d55360afbe6c6e5f730508b29f8a5003470eb63d6e9b8a205 0.03 MB 78 527
157,846 157,846 000000000000038e7440a238c73e7ff9da06effd47461f1745c1c90a016b2cf2 0.00 MB 11 82
157,845 157,845 000000000000060ec3d9a1fd840cb28d5ba094d8c58e04875d9b379467a73669 0.01 MB 18 925
157,844 157,844 00000000000002c66fca39aa694329ebf401e1e8901430540c6668e877256b80 0.02 MB 55 453
157,843 157,843 000000000000019ad6120f3421269383fd0417542d16fc1dc7bb013086aeb34e 0.02 MB 24 52
157,842 157,842 0000000000000a62baedb786407c8e2e6570ad3ae4718c743af0c603799dba50 0.01 MB 12 20
157,841 157,841 00000000000002b6f95ef3d2d1bef2af1c2f5e607d1cb29ad5bf5e88f0e24386 0.01 MB 26 327
157,840 157,840 000000000000061f6c62cfcab73e248c1026000f790d6b50e1ff24422864ab8f 0.00 MB 7 87
157,839 157,839 0000000000000745c35068ee9be30888a1f48f2c08fa4c4c5b2e109197b57a79 0.00 MB 11 492
157,838 157,838 000000000000049759dfc9d34602faa4ace15a9e4280dfa79916ba008d5c9172 0.00 MB 10 653
157,837 157,837 00000000000009023579d972d2dd6908304be09ef8d0cdd3b6e1ab4dbc574deb 0.01 MB 43 0
157,836 157,836 00000000000000d669f4515422cc7762a4074c280e24345dbf6631081ac4dba1 0.01 MB 19 43
157,835 157,835 00000000000008bd99aee44b807eb8b4c470ec4ed88de777b5757c9210114e71 0.00 MB 8 46
157,834 157,834 00000000000003985a5b409d1ac3330b7b282d0ae042cb1336d2a18d66ef396f 0.00 MB 15 76
157,833 157,833 0000000000000b53844b57c3e15cdb57622191809d3fefe8becd7a2388320de8 0.00 MB 2 0
157,832 157,832 0000000000000a1e4a8194917662fb64b9df036db0fcbd8d1d6f8b6601b91564 0.00 MB 17 0
157,831 157,831 000000000000005a6f1403e18eba25bb0c9ccb3130608384addbcdeaf0909e1a 0.01 MB 18 47
157,830 157,830 00000000000001820fa1071e61967d741a0829a11dbd7474d24a025c1592c9fc 0.00 MB 1 0
157,829 157,829 0000000000000d402aa65a28645662b6a27d5b87b92df939e7661cf6b2d51998 0.03 MB 106 0
157,828 157,828 000000000000032b2e17fc4f2860b7ea70ff16fadf829a0f925063106f042231 0.02 MB 41 55
157,827 157,827 0000000000000b18d355e847674aa9e9e3b24e062c81e78077b8f0ced44bbe42 0.01 MB 28 23
Previous 10 blocks ↓
Total Size: 769.86 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,680.99 GB sent, 97.19 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.